A-Team-Rowan-University / a-team-website

Servers and database to manage the A-Team
https://a-team-rowan-university.github.io/a-team-website/webdev_lib/
4 stars 5 forks source link

Don't actually delete anything? #112

Open timothyhollabaugh opened 5 years ago

timothyhollabaugh commented 5 years ago

So that we don't perminantly loose data, would it make sense to never delete anything, but instead mark it as deleted in some way that hides it from the users? Maybe by removing all permissions for it.

timothyhollabaugh commented 5 years ago

More generally, we could use Persistent data structures. They would make sure nothing is ever lost. Idk how that works with sql though.