Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated display view sorting #455

Merged
merged 3 commits into from
Jan 16, 2025
Merged

Conversation

Dbreck-TAMU
Copy link

Description

Resolves #454

Updated display view results to sort by date.

@Dbreck-TAMU Dbreck-TAMU self-assigned this Jan 13, 2025
@Dbreck-TAMU Dbreck-TAMU requested a review from kaladay January 13, 2025 21:00
@@ -415,7 +415,7 @@
- field: subtype
value: Album
sort:
- field: dateTimeIntervalStart
- field: dateTimeInterval.Start
Copy link

@wwelling wwelling Jan 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The property start should be all lowercase.

Suggested change
- field: dateTimeInterval.Start
- field: dateTimeInterval.start

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update has been made, please verify.

Copy link

@kaladay kaladay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please correct me if I am wrong as I am not as familiar with this code base.

I see multiple sections for field: creativeWorks where dateTimeIntervalStart is in use.

Shouldn't all of these be updated and not just the "Albums" subsection?

And so on...

And what about the resources defaults yaml file.
Should that also be updated (for creativeWorks fields)?

@wwelling
Copy link

@kaladay yes, all of the creative works subsections field: dateTimeIntervalStart should be changed to field: dateTimeInterval.start. Thanks.

@kaladay kaladay linked an issue Jan 14, 2025 that may be closed by this pull request
@Dbreck-TAMU Dbreck-TAMU merged commit 46c1837 into sprint-9 Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Profile view: Creative works is not sorting
3 participants