Get all issues which are (unread) notifications
These days I mainly use https://github.com/notifications to go through issues. The only problem of course being it’s not offline. Would be great hence if there would be a way to get all the issues across repositories which reflect /notifications, and download the unread issues from there.
(I also opened this at https://github.com/jlord/offline-issues/issues/34 & https://github.com/jreinhardt/handkerchief/issues/31 & https://github.com/schultyy/hyrule/issues/32, let’s see who is up for implementing this. Or maybe you end up collaborating :)
That's not a bad idea, but I'm not sure if it's in the scope of this project. It's kind of a different workflow.
The information about unread issues could be easily obtained from Notifications API. But, if you read them offline, when would they be marked read back on GitHub?
I also opened this at…
I never knew there were so many cool projects that aim to solve the same problem! ✊
But, if you read them offline, when would they be marked read back on GitHub?
That’s a good question and probably not that easily possible. Then again that’s also not done in the current apps with the issues which happen to be unread so far. The use-case of this is mainly to be able to read new issues when you are offline so you can also write replies to it.
I never knew there were so many cool projects that aim to solve the same problem! :fist:
As it is in open source … everyone likes to build their own thing. That’s also why I listed them all here to maybe lead to collaboration. ;D