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
{{ message }}
This repository was archived by the owner on Oct 8, 2020. It is now read-only.
Two main problems with adding this feature, which simply allows you to "favorite" or "save" an item and come back to a page of all your saved items.
If we add this, we're going to need a datastore of some kind. Sqlite will probably do at the scale we're currently at. If we start with sqlite, it should be easy enough to move to MySQL at some point.
I imagine users will want to save their selections for more than their immediate browser session. This leads to a discussion on whether and what kind of authentication system we want to implement.
Otherwise it should be pretty straightforward. It would need some kind of basic design though.
Two main problems with adding this feature, which simply allows you to "favorite" or "save" an item and come back to a page of all your saved items.
Otherwise it should be pretty straightforward. It would need some kind of basic design though.