9 Commits

Author SHA1 Message Date
a31f8de478
Merge branch 'master' into itsscb/issue85 2023-10-23 22:42:35 +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
6b1f30f0f7 ft/adds table queries
TODO: Add support for multi table requests - currently the existing fields are being merged.
2023-10-17 23:16:31 +02:00
0875bc4801 ft/adds tx & endpoint for create & delete document 2023-10-15 22:23:53 +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
91903b9a2e ft/adds additional endpoints and refactors others
New:
- GetAccount
- ListAccounts
- CreatePerson

Refactored:
- CreateAccount
- RefreshToken
- UpdateAccount
2023-10-06 00:18:53 +02:00
594d5a0435 Move backend files into subfolder bff
Fixes #58
2023-10-02 09:59:45 +02:00