-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Bookmarks #367
Comments
I could work on this, has any work been done yet? |
If you are up for the challenge - I would welcome that. Much appreciated @digitaldirk I didn’t invest any work into the topic until now. |
I will experiment, so some of these I might not implement:
I also was thinking about displaying a date edited field on blog posts and maybe the bookmark page also show this to highlight posts that have been updated that you may want to check out due to the new edits. |
Sounds solid. Prio 2 personally would be
That is a good idea and I tinkered with this for a long time - not only for bookmarked posts, but for all on the home page. |
Sorry for the delay - time just opened up to start working on this. Here's a rough proof of concept (just comma delimited strings stored in local storage) This feature will probably need to store a class instead (something like post id, post url,...) What would be the best value to store as the bookmarks "primary key" post url or id, or...? We would probably need a page that would ingest bookmarks if you wanted to import them?
|
Hey - don't worry. There are no timelines or any pressure.
Wouldn't an array of blog post IDs not be sufficient for our case?
Interesting case. If you want, we can exclude it for now. Sharing a link is more common than a collection of links (I guess?). I can also add a bookmark icon to our icon-collection (there isn't any suitable icon at the moment) if you need this. |
@linkdotnet I will need to drop this for now as I don't have the bandwidth currently. I may be able to come back to this if it hasn't been picked up in the future. Thank you |
Don't worry and no problem. That is how life is and no need to aplogize. |
The user should be able to bookmark blog posts (probably directly on the homepage, search and inside a given blog post).
The information should be stored in the Local Storage of the user - there shouldn't be any need to store data on the server.
An open question is where the user can see all his/her bookmarked posts. That could be either an extra page or some other clever way.
The text was updated successfully, but these errors were encountered: