You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know how, but needinfo is one of the features I'm missing the most. GitHub notifications just go away once I read them. So here is my user story:
As an engineer that gets a gazillion GitHub notifications, that go away once read, I would like to have a more permanent way of marking something as "I need to get back to this".
The text was updated successfully, but these errors were encountered:
I use my bugmail as my github notifications and, if there's something I need to get back to, I leave it unread. It doesn't solve the problem the same way because:
Unread emails will drop down my inbox
New emails in the thread will mask why I left it unread in the first place
Others can't force a NI on me so it's possible I'll miss their request for questions
fwiw, afaik Refined GitHub lets you mark GitHub notifications as unread directly in the GitHub interface (I haven't vetted most of their code and don't vouch for them :).
Another thing that I do is copy comment URLs I need to get back to into a note-taking program that I check often.
Initial thoughts on implementation: we host a server (Moz heroku?) that will store the pending NI state. We should probably whitelist our repositories to avoid excessive processing.
The add-on can communicate new NI requests to the server (either parsing new comments or injecting new user interface elements to do so) and can retrieve pending NI requests from the server. We probably should create a dashboard to see all pending NI requests for the current user.
We should also see if an existing solution exists for this.
I don't know how, but
needinfo
is one of the features I'm missing the most. GitHub notifications just go away once I read them. So here is my user story:The text was updated successfully, but these errors were encountered: