Reorganize with research folder

This commit is contained in:
rui hildt 2020-03-23 14:59:01 +01:00
parent 9e611f56be
commit 25256e89ba
3 changed files with 3 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 169 KiB

View File

@ -7,6 +7,9 @@
## Database architecture
See: https://dbdiagram.io/d/5e769ab14495b02c3b88936f
## Flowchart
![Meeting Scheduler Flowchart](https://git.armada.digital/rui/meeting-scheduler-backend/src/branch/master/research/meetingscheduler.png "Meeting Scheduler Flowchart")
## How to deal with date and time in PostgreSQL?
- use `datetime` datatype without timezone (datetime with timezone is using offset, which doesn't work well with DST)
- store datetime in UTC