Open GlancingMind opened 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.
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.