GlancingMind / git-bug

Distributed, offline-first bug tracker embedded in git, with bridges
GNU General Public License v3.0
3 stars 0 forks source link

Mark Issue as favorit #14

Open GlancingMind opened 3 years ago

GlancingMind commented 3 years ago

As favorite marked Issues shall be always shown at the top of the Issue-List. Only when a special filter no:favorite is given, won't the favorite marked issues be listed. NOTE: Which Issues are marked as favorite is user dependent. This mean, the marking can't be done via labels. Additionally storing the Issues in the browser cache isn't viable as the TermUI won't use the browser. Maybe marked issues can be stored in the ./git/config or some other file. NOTE: This may require Go knowledge.

MichaelMure commented 3 years ago

This has been discussed here: https://github.com/MichaelMure/git-bug/issues/48

Which Issues are marked as favorite is user dependent. This mean, the marking can't be done via labels.

This is correct. Lately I've been thinking that having a system of key/value pair on each identity might be a good idea to store user's preference. This data could even be encrypted with the user's crypto key to make that data private. But that's a non-trivial thing to implement.