159 Commits

Author SHA1 Message Date
496b81a5f5 ft/adds autologin after register 2023-11-01 00:12:31 +01:00
b7a189e409 ft/adds session reset and client.account 2023-10-31 23:00:21 +01:00
4887e0fd4d ft/adds register_page and some improvements 2023-10-31 15:50:58 +01:00
ab09c558d8 ft/adds dashboard_page and bugfixes 2023-10-31 00:13:26 +01:00
f41236e304 rf/extracts bottomnavigationbar & drawer 2023-10-30 22:48:37 +01:00
0c0b0b4594 ft/adds persistence
TODO: Logout function
2023-10-30 00:38:03 +01:00
dc3a28ba5f ft/adds persistence (partial complete)
TODO: Load on start. Not working atm.
2023-10-29 23:58:06 +01:00
5bd03eab7c ft/adds drawer and refactors navigation 2023-10-28 23:27:51 +02:00
6aeda6ea34 ft/adds landing page and refactors navigation 2023-10-27 23:02:28 +02:00
42dd9613d4 ch/update count_lines to exclude dirs 2023-10-27 16:00:14 +02:00
a8377110bb ft/adds automatic download of data in initState
and more
2023-10-26 23:29:22 +02:00
35d8ed0221 ft/adds background widget to dashboard_page 2023-10-26 03:55:48 +02:00
d0687e2d3f ft/adds dashboard screen and refactores
adds:
- loading screen
- global background image

refactores:
- no more screens, just pages

fixes:
- login callback functions
2023-10-26 03:32:07 +02:00
a14b87012a ft/adds login_screen and initial home_screen 2023-10-25 00:00:39 +02:00
be41924b3b ft/adds logo and background image 2023-10-24 18:22:36 +02:00
5f3952ea22 ft/adds first functional grpc-call: create_account 2023-10-24 13:23:09 +02:00
ed66779770 ch/initial commit 2023-10-24 01:45:24 +02:00
c996d83334 rf/disables verify_email sender in development 2023-10-23 23:11:03 +02:00
80f97ac3a0
Merge pull request #88 from itsscb/83-move-personal-data-out-of-the-createaccount-process
83 move personal data out of the createaccount process and remove api folder
2023-10-23 22:36:25 +02:00
d0098a76f4 rf/removes account_info out of accounts
and removes folder /bff/api because all features are implemented with
grpc and grpc-gateway
2023-10-23 22:28:30 +02:00
70bee293c8 rf/removes account_info out of accounts [partial] 2023-10-20 01:46:15 +02:00
54a7f6d183
ft/moves accounts_data out of accounts 2023-10-19 11:22:56 +02:00
cc122e253d
ft/moves accounts_data out of accounts 2023-10-19 11:22:19 +02:00
998f24eea9
Update app.env 2023-10-18 23:05:02 +02:00
c673580920
Merge pull request #87 from itsscb/itsscb/issue47
Add email verification
2023-10-18 22:42:59 +02:00
a7fb9265c3 Add email verification
Fixes #47
2023-10-19 00:28:53 +02:00
03c452e748 rf/normalizes postgres container name 2023-10-15 23:00:41 +02:00
77a836f50b
Merge pull request #81 from itsscb/gRPC-endpoints 2023-10-15 22:55:59 +02:00
0875bc4801 ft/adds tx & endpoint for create & delete document 2023-10-15 22:23:53 +02:00
37df328e0c rf/file upload via form and with metadata 2023-10-15 07:52:40 +02:00
cf4e84380e rf/replaces email with account_id in session and payload 2023-10-15 06:17:04 +02:00
3d6d87854e ft/adds docker-compose volumes prepares fileupload
- Files should be saved into subdirs
2023-10-12 00:30:50 +02:00
d7b4f66e38 ft/adds document upload
adds http.endpoint
replaces net/http with gin as gateway
moves gateway server into separate package
2023-10-11 03:28:30 +02:00
1ece980939 ft/adds endpoint & adss ft to tx
adds update_person
adds removal of documents, returnsLogs and returns to tx_delete_person
2023-10-10 23:40:08 +02:00
2b2e4e6dc8 ft/adds logs to all internal errors 2023-10-10 02:41:29 +02:00
76b348f0ae fix/replaces double with single quotes 2023-10-10 00:51:41 +02:00
15ce130247 ft/adds returns_log_by_person_id 2023-10-10 00:46:21 +02:00
f25bbb347c rf/improves *_id uint64 handling 2023-10-10 00:17:52 +02:00
8733dec355 rf/changes IDs from int64 to uint64 2023-10-09 20:46:14 +02:00
bfdbbe7e04 ft/adds endpoints
- get_person
- list_persons
- delete_payment
- delete_person (TODO: Add removal of returnsLog to TX)
2023-10-09 03:34:10 +02:00
e4531208e8 ft/adds gapi.GetPayment 2023-10-09 02:50:09 +02:00
9a38296d90 ft/adds gapi.payments 2023-10-09 02:26:20 +02:00
e400134a93 rf/moves ListSessions from sql.account to sql.session 2023-10-09 00:39:43 +02:00
dcc5c4d76d
Merge pull request #79 from itsscb:itsscb/issue76
Add check on db if session is expired
2023-10-08 22:28:58 +02:00
ab2b04c3cd Add check on db if session is expired
Fixes #76
2023-10-09 00:25:57 +02:00
a645765d43
Merge pull request #77 from itsscb/gRPC-endpoints
gRPC endpoints: list_sessions
2023-10-08 00:06:20 +02:00
6f4d123d39 ft/adds endpoint list_sessions 2023-10-08 01:49:34 +02:00
66038b9faa Merge branch 'master' into gRPC-endpoints 2023-10-08 00:32:40 +02:00
a28ba224cd
Merge pull request #75 from itsscb:itsscb/issue74
Add logger to gRPC and -gateway
2023-10-07 22:39:27 +02:00
58c2e317c6 Add logger to gRPC and -gateway
Fixes #74
2023-10-08 00:26:02 +02:00