- do not want to be able to delete challenge if user has already tried it because that would mess things up - but also may want to deactivate some challenges so they don't show in the list and introduce new ones - we can do this with Archive TODO - add status (or active) prop to Challenge model - create new api route - put /api/challenges/id - when click Archive would change Challenge.status to `archive`
TODO
archive