programsam / binkjs

Music archival site BINK, rewritten as a Node.js express app
0 stars 1 forks source link

Delete jam #87

Closed programsam closed 3 years ago

programsam commented 6 years ago

Tested things by creating a jam a few minutes ago... then I couldn't delete it without going directly to the db.

programsam commented 6 years ago

Let’s not forget that deleting a jam means deleting any references to that jam like where musicians, pictures, or staff are on the jam. Also the tracks need to be deleted from S3 and their database entries should be removed as well.

programsam commented 5 years ago

The basics of this work fine now, in https://github.com/programsam/binkjs/commit/ee7ba62a8deb872969e9170b34a0f8d7635a93ed.

However, we do want to include the function where the following are deleted:

So this issue is not closed yet.

programsam commented 3 years ago

This is done now.