Actual Behaviour
The API supports notifications but it is not implemented in the app.
Expected Behaviour
It should be implemented.
Would you like to work on the issue?
Yes
@srv-twry it is good idea as there is a lot of information about notification in api
@mayank8318 @nikit19 what do you think
Yes, i have already discussed with the mentor on this.
@srv-twry is there any other channel or medium where we can discuss our ideas instead of issues tracker
Yes, there is one. You can use gitter.
PS: My discussion took place in the orga app, where i created this issue even though it was supposed to be here.
Can you explain what would be there in the notification?
@srv-twry
For which activities you are doing?
Are you creating push notification?
No, it's not a push notification. The notifications will be fetched from the API.
Can you explain what would be there in the notification?
Please explore the API link that i have provided in this issue. I haven't explored it that much, i will do it later.
For which activities you are doing?
Most probably inside the MainActivity but open to suggestions.
I am thinking to create an email notification is it good?
Create an issue for it and we can discuss it there.
@iamareebjamal How would you suggest implementing this ?
I think we could add an notification icon on the action bar in the AboutFragment which would take the user to a fragment containing the recycler view with all the notifications.
It should be a separate menu in navigation drawer IMO
Yeah, i will add that, but it's a standard to show atleast the notification icon with the count of notifications on the main screen.
AboutFragment is doing too much of a task IMO, so we'll see later what can be done but I'll recommend not to bloat an already bloated view
@iamareebjamal Should i cache the notifications in the db or just treat it like a LiveFeed ?
Add it in db
Most helpful comment
AboutFragment is doing too much of a task IMO, so we'll see later what can be done but I'll recommend not to bloat an already bloated view