Closed jasminechau2 closed 6 years ago
An alternative approach here is to add a subscriptions
list field in the User
class, and make a PUT
request to /profile
to add to the list. This will be simpler than implementing a different servlet for it, along with its tests. :)
I didn't think to do that thank you for the tip!
Yup
Is this PR blocked on anything?
I was just focusing on the notification testing I can start pushing commits today
Is this ready for review?
no not yet
LGTM 👍 . I know that our project really only allows us to subscribe to notifications. If we had more time it would be cool to receive notifications when users sign in.
Good catch thank you @vocatwk
can I merge this?
This is a basic idea of getting the subscriptions I still need to implement css and make the subscriptions on the same page as the notifications