#bookmarking feature
the goal is, to provide a bakery-intern feature that allows user to bookmark an article and save them in their profile. The user is able to find that articles much easier then.
- i added two use-cases, d1rk
## bookmark/fav other's articles in personal profile
I would expect to hit a star on that article and have that on my 'remember-list' or something.
## find bookmarked/faved articles
After i login in the bakery, i can click a link 'remembered / faved / starred articles' or something and it prints me a list on articles, that i checked that way. So i can recall every article of intereset for me.
## generate top-lists
With the collected data, one could query against the fav-table to find most faved articles and highlight them in a way to produce richer content-experience on the bakery. That could be the frontpage or in the categories with something like featured articles.
