MachUpskillingFY17 / JabbR-Core

Modern edition of JabbR chat client using .NET Core
MIT License
7 stars 8 forks source link

Gabby/notification view index #284

Closed gcrev93 closed 7 years ago

gcrev93 commented 7 years ago

To test comment out the first return statement in the GetNotifications function on line 179 and uncomment the commented one (in the Notification Controller). This will give you dummy notifications (one unread and one read). For testing index you should just be seeing the difference between Unread Notifications and All Notifications Tab. No functionality such as Mark as Read is in this branch. When looking at the unread tab.. be sure the unread notifications have a small checkmark button to mark as read (dont press it, it wont work).

Next, undo the commenting in the Get Notifications function and be sure the tabs give messages of not having any notifications!

heatherbshapiro commented 7 years ago

I'm not sure if I followed the instructions properly. I see these two images when I uncommented the notifications. Is this what i should be seeing?

image

image

gcrev93 commented 7 years ago

Yes thats perfect! Just seeing the difference between read and unread