Commit de47f06
authored
Release 04-04-2025 (#1810)
## Description
Short description of the pull request
## Motivation
Background on use case, changes needed
## Fixes:
Please provide a list of the fixes implemented in this PR
* Items added
## Changes:
Please provide a list of the changes implemented by this PR
* changes made
## Tests included
- [ ] Included for each change/fix?
- [ ] Passing? (Merge will not be approved unless this is checked)
## Documentation
- [ ] swagger documentation updated \[required\]
- [ ] official documentation updated \[nice-to-have\]
### official documentation info
If you have updated the official documentation, please provide PR # and
URL of the pages where the updates are included
## Backend version
- [ ] Does it require a specific version of the backend
- which version of the backend is required:
## Summary by Sourcery
Implement comprehensive improvements to the SciCat frontend, focusing on
dynamic material table, metadata handling, and user experience
enhancements across multiple components
New Features:
- Added support for new metadata types like date, link, number_range,
and quantity_range
- Implemented dynamic table settings with column customization and
saving
- Enhanced internal linking capabilities in dataset details
- Added more robust ownership and access control checks
Bug Fixes:
- Fixed issues with metadata type handling
- Corrected access control and ownership checks
- Resolved pagination and sorting inconsistencies across different views
Enhancements:
- Refactored table components to use a more flexible dynamic material
table
- Improved metadata editing and viewing with more validation and
formatting
- Enhanced proposal, dataset, and job detail views with better layout
and information display
- Implemented more granular table sorting and pagination
Tests:
- Added comprehensive Cypress tests for new table functionality
- Expanded test coverage for metadata editing and viewing
- Implemented tests for dynamic table settings and interactionsFile tree
101 files changed
+3247
-1183
lines changed- .github/workflows
- CI/e2e
- cypress
- e2e
- datasets
- proposals
- fixtures
- support
- src
- app
- _layout/app-header
- app-routing/lazy
- dataset-details-dashboard-routing
- user-routing
- datasets
- dashboard/full-text-search
- datablocks-table
- datafiles-actions
- datafiles
- dataset-details-dashboard
- dataset-detail
- dataset-detail-dynamic
- dataset-detail
- dataset-file-uploader
- jsonScientificMetadata
- files/files-dashboard
- jobs
- jobs-dashboard-new
- jobs-detail
- proposals
- proposal-dashboard
- proposal-datasets
- proposal-detail
- view-proposal-page
- samples
- sample-dashboard
- sample-dialog
- state-management
- actions
- effects
- models
- reducers
- selectors
- state
- users/login
- assets
- images
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
101 files changed
+3247
-1183
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
31 | 54 | | |
32 | 55 | | |
33 | 56 | | |
| |||
50 | 73 | | |
51 | 74 | | |
52 | 75 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 76 | | |
59 | 77 | | |
60 | 78 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
212 | 241 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
| |||
75 | 82 | | |
76 | 83 | | |
77 | 84 | | |
78 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
79 | 91 | | |
80 | 92 | | |
81 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
68 | | - | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments