Skip to content
Snippets Groups Projects
Commit cb1d6670 authored by Sára Juhošová's avatar Sára Juhošová :sunny:
Browse files

Add the initial database design document

parent 715d2392
No related branches found
No related tags found
No related merge requests found
# Database Design
### Components
- Patient
- name
- jitsi link
- jitsi password
- area [Area] (a.k.a. deparment / ward / section)
- Area
- name
- patients [Patient]
- Tablet
- id / name
- areas [Area]
- Timeslot
- start time
- end time
- tablet [Tablet]
- patient [Patient]
### Schema
```
----------- ------------
| Patient | -------------------< | Timeslot |
----------- ------------
v v
| |
| |
-------- ----------
| Area | >---------------------< | Tablet |
-------- ----------
```
\ No newline at end of file
This diff is collapsed.
......@@ -15,10 +15,6 @@
"next": "9.3.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"mysql2": "^2.1.0",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.24"
"react-dom": "16.13.1"
}
}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment