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:
A user should be able to add an email if none exists
A user should only be able to edit an existing email, or delete it, if one does exist.
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: