freerange/jam-coop

Allow an album to be published

Closed this issue · 1 comments

At the moment, new albums (for example) are immediately visible on jam.coop even while "incomplete" (missing tracks, description etc.)

We want to explicitly "publish" an album before it is visible. Later this will allow us to trigger various things on publish (mailing fans, creating download assets etc.), but for now this will simply prevent fans from seeing unfinished work.

  • Any signed in user can publish any album
  • Unpublished albums do not appear on /artists/:id

Addressed in commits 673f3cc..03898b0