Murali-group / GraphSpace

The interactive graph sharing website.
http://graphspace.org
GNU General Public License v2.0
30 stars 41 forks source link

Implement a notifications UI on top of current notifications system. #341

Open adbharadwaj opened 6 years ago

adbharadwaj commented 6 years ago

@heidict Will be taking up this issue.

Requirements

adbharadwaj commented 6 years ago

@heidict Refer to the following links:

adbharadwaj commented 6 years ago

Things to be fixed

adbharadwaj commented 6 years ago

Notification texts are available in base.py file right now. This is not the ideal way to configure texts for notifications.

adbharadwaj commented 6 years ago

Things to do

adbharadwaj commented 6 years ago

Add documentation here - https://github.com/Murali-group/GraphSpace/wiki/Notifications-UI

adbharadwaj commented 6 years ago

@sushma16 is planning to work on this issue.

adbharadwaj commented 6 years ago

@sushma16 Another useful link: https://github.com/Murali-group/GraphSpace/wiki/Instructions-for-GSoC-Students

adbharadwaj commented 6 years ago

Useful link: https://www.youtube.com/watch?v=LhiVHo_hkW0

adbharadwaj commented 6 years ago

Another useful documentation: https://github.com/Murali-group/GraphSpace/wiki/Notification-system-for-GraphSpace

adbharadwaj commented 6 years ago

@sushma16 Add documentation here - https://github.com/Murali-group/GraphSpace/wiki/Notifications-UI

adbharadwaj commented 6 years ago

Try using Bootstrap Table to display list of notifications.

adbharadwaj commented 5 years ago

Sample notifications page from github

screenshot 2018-10-24 at 4 14 59 pm
adbharadwaj commented 5 years ago

Notifications text are available here. https://github.com/Murali-group/GraphSpace/blob/Notifications_UI/graphspace/settings/base.py

adbharadwaj commented 5 years ago

@sushma16