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
Public and private collections sort fields should be updated so that 1. collections can be sorted by the visible date range, and 2. the collections users are viewing in the org dashboard are arranged the same way as how the public will view them.
- Fixes#2321
- Resolves#2323
Follows #2327, should be
rebased and merged afterwards
## Changes
- Refactors dashboard and org profile preview to use private API
endpoint, to fix public collections not showing the org visibility is
hidden
- Enables sorting collections by `dateLatest`, sorts public collections
by `dateLatest` by default
- Enables sorting collections by page count
- Shows collection period (i.e. `dateEarliest` to `dateLatest`) in
collections list
- Shows same collection metadata in private and public views, updates
private view info bar
- Fixes "Update Org Profile" action item showing for crawler roles
<!-- ## Follow-ups -->
---------
Co-authored-by: Tessa Walsh <[email protected]>
- Fixes#2321
- Resolves#2323
Follows #2327, should be
rebased and merged afterwards
## Changes
- Refactors dashboard and org profile preview to use private API
endpoint, to fix public collections not showing the org visibility is
hidden
- Enables sorting collections by `dateLatest`, sorts public collections
by `dateLatest` by default
- Enables sorting collections by page count
- Shows collection period (i.e. `dateEarliest` to `dateLatest`) in
collections list
- Shows same collection metadata in private and public views, updates
private view info bar
- Fixes "Update Org Profile" action item showing for crawler roles
<!-- ## Follow-ups -->
---------
Co-authored-by: Tessa Walsh <[email protected]>
Public and private collections sort fields should be updated so that 1. collections can be sorted by the visible date range, and 2. the collections users are viewing in the org dashboard are arranged the same way as how the public will view them.
Tasks
GET
public collections endpoint default sort todateLatest
->dateEarliest
->modified
.GET
private collections endpoint to includedateLatest
anddateEarliest
and sort by themThe text was updated successfully, but these errors were encountered: