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

I want to be able to see the history of a reading list. #40

Open
e-e-e opened this issue Jun 7, 2018 · 1 comment
Open

I want to be able to see the history of a reading list. #40

e-e-e opened this issue Jun 7, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@e-e-e
Copy link
Member

e-e-e commented Jun 7, 2018

This is possible already with hyperdb, but because of the way hyper-readings stores information as a graph which is then rendered by hyper-reader only some versions will be open correctly. We need to establish a version tagging system so that we know which points in the history of the db represent 'saved' moments.

@e-e-e e-e-e added the enhancement New feature or request label Jun 7, 2018
@e-e-e
Copy link
Member Author

e-e-e commented Jun 19, 2018

My thoughts for this is to store versions as key/values in hyperdb to flag points in time. For example:

@saved: { version: 1, time: '2018-06-19T11:53:44.264Z'}

We can then traverse the history of the key to checkout older versions of the hyper-reading.
This PR should help us achieve this by adding the ability to stream a keys history to hyperdb -mafintosh/hyperdb#138.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant