13 Commits

Author SHA1 Message Date
e26f46b5d2
Add login logic (token) (#42) 2023-09-28 00:17:03 +02:00
34889a5fcf
add privacy fields of db.account to db calls and endpoints (#38) 2023-09-27 00:30:29 +02:00
921250056b rf/removes account.username
seems unneccessary because email is already a unique identifier
2023-09-21 21:47:08 +02:00
fb6735c630 rf/renames customer to account
seems to be more idiomatic
2023-09-21 21:41:30 +02:00
d0b9404d7c fix/typo in fieldname 2023-09-20 21:39:00 +02:00
b4fb6ad53a rf/changes schema minorly 2023-09-20 20:16:17 +02:00
d405a12ec0 ft/add mails
Fixes #3
Adds Tests and minor changes
2023-09-19 21:38:17 +02:00
45bb0dc5e8 fix/replaces bigserial with bigint as foreign keys in schema 2023-09-19 21:00:14 +02:00
cd769b6c46 fix/changes mails attachment field to bigserial 2023-09-18 21:11:52 +02:00
971dccd581 fix/makes documents personID field required 2023-09-18 20:07:44 +02:00
b1cf768d9e fix/makes persons customerID field required 2023-09-18 15:15:10 +02:00
b28a52dc38 ref/updates initial sql schema 2023-09-12 16:24:20 +02:00
a3a1830226 ch/first commit 2023-09-11 23:04:13 +02:00