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
We want to support some kind of display on the NewspaperTitle#show page that gives the user a sense of the date coverage for the title in the repository.
A histogram or timeline style visualization would be useful for this. The earliest/latest dates of coverage should also be displayed as text, formatted as Month YYYY - Month YYYY.
NewspaperIssue objects have a publication_date_dtsi field which has structured Date/Time info that can hopefully be used to build the histogram data, additional indexing behavior may be needed.
The text was updated successfully, but these errors were encountered:
This is a placeholder ticket. More detail TK.
We want to support some kind of display on the
NewspaperTitle#show
page that gives the user a sense of the date coverage for the title in the repository.A histogram or timeline style visualization would be useful for this. The earliest/latest dates of coverage should also be displayed as text, formatted as
Month YYYY - Month YYYY
.Examples:
NewspaperIssue objects have a
publication_date_dtsi
field which has structured Date/Time info that can hopefully be used to build the histogram data, additional indexing behavior may be needed.The text was updated successfully, but these errors were encountered: