416-MemoryLane / issue-tracking

0 stars 0 forks source link

Adjust album deletion behaviour in Galactus #24

Closed eysk-io closed 1 year ago

eysk-io commented 1 year ago

When a user deletes an album via the ui, she/he is not actually deleting the album. Instead, she/he is only leaving the album. This behaviour should be reflected in Galactus . Only when it's the last member of the album that deletes the album, the album is cleared in the db.

scott-m-king commented 1 year ago

Changed delete_album endpoint to leave_album and updated API docs