-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup: database design #22
Comments
@RobStallion As discussed earlier, at this stage, we will not be asking participating users for their first names and email. What will happen during the November testing is we will randomly distribute the usernames and pins to them. During dev, we will provide you with the number of children taking part and the teacher's email as the Trusted Adult contact (that will be dependent on whether the teacher is willing to take part in this way, but hopefully we will have a discussion with the school soon). |
@tiffany-tang Thanks for clearing that up for us. We will remove |
Have had a thought on the current design for the The schema will be set up to work how sql enum type works. We will be able to set a list of emotions that will be able to be inserted. If any other string is tried to be inserted it will return the changeset with an error. |
Diagram in comment above should also contain a field called |
Design a database that will work well with the technologies being used and also deliver everything needed for the application.
The schemas should be clear and easy to understand. They should also be designed to work well with autoform so that we can quickly and easily create the forms needed for the application.
We will also be designing the database in an append only style. See here and here for more info
The text was updated successfully, but these errors were encountered: