Manage Request Subscribers #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
Add a manage request subscribers button to the view, update and upload pages.
Describe the solution you'd like
Button to create a similar view to below but instead of view, it gives the option to delete and edit.
Ability to add subscribers too using a form method. similar to the one in new shown below.
Subscribers list should also store name (e.g. stored in array format: Alex,alex@example.com],[Luke,luke@example.com as some users may want those with a non-definitive email as a subscriber (e.g. funkymonkeyjd@example.com could be James Dean)
By "non-definitive email", do you mean users that don't exist in the app? Because for now there's no email function so this would be pointless until we implement that.
I think as a starter we should focus on managing subscribers based only on existing users, and go from there. Only because if an existing user's email changes, and we use their UUID to store their subscriptions, the email will change automatically.
non-definitive email in reference to emails that do not obviously declare the users name. such as fortnielol@example.com etc.
Branch feature/39 created!
What needs to be done @luketainton