Right now, there's an entire endpoint for each element in the API and a duplicate set of tables for the "archiving" feature.
Questions:
- Does this functionality make sense? Couldn't "isArchive" be a boolean just as easily?
- Could the entire archiving feature set get moved back to a later phase of the project?
- What changes need to be made to the API?