Notifications page
I'd like to have a single page where I can see which issues and proposals have unread activity:
* new issues / proposals opened on my own projects
* comments on issues / proposals I have commented on before (with a way to unsubscribe)
I guess tracking which things have been read could be done with a browser cookie for now (with a button to "mark all read" in case you lose the cookie).
Currently I have to remind myself to browser to all open issues that I'm interested in. Or I might see an @ mention in my regular nostr client, but those can get buried.
Login to reply
Replies (4)
I completely agree and would like to see this added to gitworkhop.dev and it is on the list of functionality definately to be added. it hasn't reached the top of the list because users receive notifications in other clients are you mention.
I would see these as coming under usecase 3 as you should be tagged in those events.
View quoted note →
I have considered either storing read activity locally or publishing them in encrypted events but this would leak metadata (when you are using git over nostr.
fixed by ae232c3ee1591f95070697af5cf9f1e284978445.
I really need to get onto View quoted note →
as I missed the notification for your previous reply to this thread: View quoted note →
I'm just trying to ship some ngit updates then I can focus on gitworkshop.dev as it needs some love.
I would just do it locally. It's not really "important" data, that needs to travel between applications. Npubs will be able to use the ⭐ bookmarks, to favorite individual events, which seems like the more critical data.
This is important and is easier to implement with tracking and caching of user activity in the rewritten version currently at 
GitWorkshop.dev
Decentralized github alternative over Nostr