EntTM / etm

Enterprise task manager
2 stars 1 forks source link

Handle notifications #1

Open mkhoeini opened 9 years ago

mkhoeini commented 9 years ago

Investigate mobile notification systems. Find a useful design.

mkhoeini commented 9 years ago

There are three options: Browser notifications, local notifications, and push notifications. Browser notifications only work when the app is open. Thus, not very useful. Local notifications aren't that bad. But still need the user to update it's data frequently from server. Push notifications are very good. But need connectivity to work perfectly.

I think our route is via local notifications.