issues
search
HCI-UnrSeniorCapstone
/
2024-2025_Senior_Project
0
stars
0
forks
source link
Make "Deleted studies" table
#45
Closed
Jarvis-Nicholas
closed
3 days ago
Jarvis-Nicholas
commented
3 days ago
When a user "deletes" a study, it should be removed from their study table but not actually deleted from the database
Jarvis-Nicholas
commented
3 days ago
only owner can delete
add to deleted_table
track the roles at the time
remove study from study_user_role (this is so people can't access deleted studies)