-
Notifications
You must be signed in to change notification settings - Fork 39
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
Feature: show histogram of captures of URI in the expanded banner when viewing a memento #839
Comments
This could be implemented as a details-on-demand query for the TimeMap endpoint for the URI-R currently being visited. That endpoint should be encoded somewhere (banner metadata?) to act as a basis for the subsequent query for the TM. |
URI-T exposed to reconstructive component in e859277, now just need to setup the query on expanding the reconstructive view. Follow-on steps would be to output the raw data to the DOM, clean the state into a workable data structure (e.g., JSON if the CDXJ endpoint is used, else we might think to just access the JSON-based TimeMap), then ultimately visualize this data.
|
More done on echoing the contents of the TM per the Ajax request in issue-839 branch but sometimes the ServiceWorker intercepts the request for http://localhost:2016/timemap/cdxj/memento.us/ to http://localhost:2016/memento/20130202100000/memento.us/timemap/cdxj/memento.us/ |
A la the Wayback Machine.
The text was updated successfully, but these errors were encountered: