als-computing / splash-server

Server code for the Splash system.
Other
1 stars 4 forks source link

Archive functionality #104

Closed J-avery32 closed 3 years ago

J-avery32 commented 3 years ago

This allows a client to interact with the rest api to archive page documents. This hides them from gets directed to all pages. The functionality is generalized in the mongo service, but would need to be implemented for other routes if we wanted to extend it to things like users or references.

I recommend merging #103 before merging this one. Fixes: #101