hotfix(dataset): improve dataset classification UI and data handling
- Updated the Dataset and Submitter Category Vue components to enhance the UI for library classification. The collection names and numbers are now displayed with distinct styling using `span` elements with specific classes for better readability. - Modified the DatasetController and Editor/DatasetController to filter collection roles by 'ddc' and 'ccs' names when preloading collections, improving data retrieval efficiency. - Added `left_id` and `right_id` columns to the `collections` table in the `dataset_7_collections.ts` migration file. - Added a migration to reorder the collection_roles table.
This commit is contained in:
parent
be6b38d0a3
commit
0bf442be96
9 changed files with 3058 additions and 467 deletions
1472
database/factories/create_collections_data_ccs.sql
Normal file
1472
database/factories/create_collections_data_ccs.sql
Normal file
File diff suppressed because it is too large
Load diff
1044
database/factories/create_collections_data_ddc.sql
Normal file
1044
database/factories/create_collections_data_ddc.sql
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
editor.link_modal.header
Reference in a new issue