You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
● Update your data model to split “reports” into a separate table. This allows us to separate the subjective assessment of an exam by a radiologist from the key objective features of the exam, so that we can compare multiple assessments of the same exam. Each report should include a link to the exam, the reviewer name, and the key findings. These fields should be removed from the “exam” table.
● Import data from a CSV into your tables (using a script is fine)
● Export data from the tables into a CSV for sharing (using a script is fine)
● Add authentication to your web application by using existing technology like Google Oauth
● Add automated testing for the server
The text was updated successfully, but these errors were encountered:
● Update your data model to split “reports” into a separate table. This allows us to separate the subjective assessment of an exam by a radiologist from the key objective features of the exam, so that we can compare multiple assessments of the same exam. Each report should include a link to the exam, the reviewer name, and the key findings. These fields should be removed from the “exam” table.
● Import data from a CSV into your tables (using a script is fine)
● Export data from the tables into a CSV for sharing (using a script is fine)
● Add authentication to your web application by using existing technology like Google Oauth
● Add automated testing for the server
The text was updated successfully, but these errors were encountered: