ePADD / epadd

ePADD is a software package developed by Stanford University's Special Collections & University Archives that supports archival processes around the appraisal, ingest, processing, discovery, and delivery of email archives.
https://www.epaddproject.org
112 stars 24 forks source link

Clickable year and date in email browser #384

Open jfarwer opened 4 years ago

jfarwer commented 4 years ago

When an email is displayed in the email browser the year and month are clickable for retrieving an email set for the given year / the given month and year. This feature has not been implemented yet. Clicking the year of an email (e.g. 2010) generates a URL with a query string (year=2010), the browser loads a set of emails and the title of the browser tab is set to 2010. However, instead of loading just the 2010 emails all emails are loaded.

When clicking the month the query string is something like 'year=2010&month=2', the title is set to 2/2010 and all emails are loaded.

We should either implement or remove that feature.

hangal commented 3 years ago

@jfarwer can you also fix this bug, in discussion with Chinmay?