You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The individual notification component has been completed, now it's time to assemble the entire window.
There are two things displayed in the notifications center: pending accounts and events recently added to the Published Schedule. This task has an associated backend task (see #45 on backend). For the frontend, this task requires the following:
Admin users should be able to see pending user accounts and recently created Published Schedule events
Notification window should group pending user accounts by date of creation
Display Published Schedule events created in the last week
Display Published Schedule events marked as confirmed in the last week
Notes
If you have any questions about designs talk to Selina
Acceptance Criteria
Notifications are now displayed by day
Approving an account adds a notification indicating the user was approved
Newly confirmed events in the Published Schedule show up as notifications
Adding events to the published schedule result in a notification
That's currently part of the backend task, the column name is approved_on. I think we had decided that when a new user is created the approved_on column would initially store the creation date then get overwritten once the account is approved. @seancfong
Instructions
The individual notification component has been completed, now it's time to assemble the entire window.
There are two things displayed in the notifications center: pending accounts and events recently added to the Published Schedule. This task has an associated backend task (see #45 on backend). For the frontend, this task requires the following:
Notes
Acceptance Criteria
Resources
Notifications Center Figma
Notifications Page Component
Chakra-UI docs
The text was updated successfully, but these errors were encountered: