nksiu / Spotify-Album-Radar

MIT License
0 stars 2 forks source link

Mock front-end user email notification management #19

Open tlei99 opened 3 years ago

tlei99 commented 3 years ago

A user should be able to add/edit an email for the purpose of release notifications. As the backend email service has not been set up yet, we will need to mock the functionality of user email management.

Ideally:

  1. A user should be able to add an email if none exists
  2. A user should only be able to edit an existing email, or delete it, if one does exist.