queryluke / masseffect-5e

Mass Effect Universe mapped onto Dungeons & Dragons 5th Edition
https://n7.world
GNU General Public License v3.0
23 stars 8 forks source link

Published Homebrew Deletion #581

Open queryluke opened 1 year ago

queryluke commented 1 year ago

When a homebrew is published and someone wants to delete it, perform the following actions in a custom lambda graphql resolver

  1. Duplicate the homebrew under and anonymous account (prerequisite, create a placeholder anon account)
  2. Set the duplicate's status to Private
  3. Take the duplicate ID and swap it out in any HomebrewUse data (so those who are using it still have access)
  4. Remove the original (and any HomebrewVote and HomebrewUse with the original id)