devhubapp / devhub

TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them
https://devhubapp.com
GNU Affero General Public License v3.0
9.7k stars 814 forks source link

Push notifications #51

Open brunolemos opened 5 years ago

brunolemos commented 5 years ago

Issuehunt badges

Related #90

There are two possible ways to check for new items:

  1. Run a script on app background every X minutes (has limitations on iOS: if app gets closed it will stop updating, minimum 15 minute interval to update, etc)
  2. Move this responsibility to the server (probably would not scale well, imagine the server having to do thousands of github API requests per minute)

We can do option 1 for android and desktop, but for ios and web needs to be option 2.


IssueHunt Summary ### Backers (Total: $100.00) - [dtolnay dtolnay](https://issuehunt.io/u/dtolnay) ($100.00) #### [Become a backer now!](https://issuehunt.io/r/devhubapp/devhub/issues/51) #### [Or submit a pull request to get the deposits!](https://issuehunt.io/r/devhubapp/devhub/issues/51) ### Tips - Checkout the [Issuehunt explorer](https://issuehunt.io/r/devhubapp/devhub/) to discover more funded issues. - Need some help from other developers? [Add your repositories](https://issuehunt.io/r/new) on IssueHunt to raise funds. --- IssueHunt has been backed by the following sponsors. [Become a sponsor](https://issuehunt.io/membership/members)
lh0x00 commented 5 years ago

please add checklist for browsers, ios, android

doodeehee70 commented 5 years ago

hello

issuehunt-oss[bot] commented 5 years ago

@dtolnay has funded $100.00 to this issue.


dtolnay commented 5 years ago

^ I specifically care about push notifications on Android for the user dashboard view. You can claim the bounty after solving that one, the other platforms can happen later.

benkoska commented 5 years ago

I'm working on it

brunolemos commented 5 years ago

Push Notifications is now available for Desktop! Mobile is next. It is a paid feature and I wrote more about this here.

image

jletey commented 5 years ago

@brunolemos I wish you the best of luck with paid features, and hope it all turns out well!

Definitely keep us updated!

TheGuardianWolf commented 4 years ago

This issue sounds like you need FCM or some cloud messaging platform for best results, are you interested in heading in that direction?

peterus commented 3 years ago

@brunolemos what is the status about push notifications on mobile? currently there is NO iOS app available which is doing push notifications for Github which is unbelievable! I really like DevHub and I would love to see this on iOS/mobile working.

Can I do something to help you with this task? Please let me know 😊

brunolemos commented 3 years ago

@peterus devhub is not maintained anymore

the official github app has push for github notifications

peterus commented 3 years ago

@brunolemos sad to hear. The push notifications are currently just working for mentions. But I want more :) Thank you for your work!