brminnick/GitTrends

Implement favorites

Closed this issue ยท 2 comments

My list of repositories is large and the repositories I'm looking for are, somehow, always at the bottom of the list. ๐Ÿ˜ข

We could make a SqlLite table to store all repositories marked as favorite.
This table would have a column which would content the id of the github account logged in (or at least something to identify it).
In case, for instance, the user want to login with another account, he shouldn't end up with the favorite repositories of the previous account.

Tell me what you think?

(sorry, in my mind that sounds clear but I don't know you understand what I mean ๐Ÿ˜…)

Sounds good! @bricefriha , what do you think @brminnick ? I'll start working on the UI/UX update to support it. ๐Ÿ™Œ