You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(FR-1902): Modify the filtering and sorting options on the reservoir-related page (#5028)
# Enhance Artifact Filtering and Sorting
Resolves#5026 ([FR-1902](https://lablup.atlassian.net/browse/FR-1902))
This PR improves artifact filtering and sorting capabilities:
1. Changed `artifactId` filter type from `ID` to `UUIDFilter` in GraphQL schema
2. Fixed default operator for number type from 'eq' to 'equals' in property filter
3. Added secondary sorting by `UPDATED_AT` when artifacts are sorted by version
4. Added size filter to artifact revisions with operators (equals, greaterThan, etc.)
5. Added type filter with MODEL, PACKAGE, and IMAGE options to the reservoir page
**Checklist:**
- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after
[FR-1902]: https://lablup.atlassian.net/browse/FR-1902?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
0 commit comments