-
Notifications
You must be signed in to change notification settings - Fork 0
2.2.1 Database
Daria Lewandowska edited this page Mar 7, 2018
·
3 revisions
The database role in this project is to store projects and tools which users put in. The data should be easily accessible for all users to read and eventually change. To make sure that no unwanted data is stored in the database, constrains in every input-field are in place to prevent that. There is no sensitive information stored in the database therefore it does not have to be extra secure. Even though an authentication system is implemented, which means you have to log in to view and/or change the data.