Overview
Users should be able to update album information:
- Title
- Slug
- Description
Implementation
Provide API endpoint for updating the above fields. Endpoint should update only the fields given.
Changing the album's slug should add a redirect from the old slug to the new one.
UI
Create dedicated "Edit {.Album.Name}" page like on Write.as, with all fields users can change.