From 753fb20308e57a3cd12925ac6dacd3395ac0b72b Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Tue, 6 Mar 2018 07:11:39 -0500 Subject: [PATCH] add notifications todo list --- src/routes/Notifications/Notifications.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/routes/Notifications/Notifications.js b/src/routes/Notifications/Notifications.js index 608b00b9..828de54a 100644 --- a/src/routes/Notifications/Notifications.js +++ b/src/routes/Notifications/Notifications.js @@ -6,6 +6,13 @@ import NotificationsHeader from './NotificationsHeader' // these come from mailboxer.rb in the api repo const BLACKLIST = ['ACCESS_REQUEST', 'ACCESS_APPROVED', 'INVITE_TO_EDIT'] +/* TODO!! + pagination + mark read/unread + receipts + fetchNotifications +*/ + function getNotificationText (notification) { let map, topic, topic1, topic2 switch (notification.type) { @@ -76,7 +83,7 @@ class Notifications extends Component {