Projekt

Obecné

Profil

Stáhnout (4.16 KB) Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
6a1a8cd7 2022-05-14 09:10 Jakub Šmíd

Database exported to script
- removed initialization from application
- updated docker-compose.yml to create volume and add data from script

re #9746

a8335530 2022-04-23 07:15 Jakub Šmíd

Test cases added

re #9492

0e115bb2 2022-04-03 08:08 Jakub Šmíd

Fixed N+1 problem when fetching catalog

re #9244

e111342b 2022-03-16 22:32 Jakub Šmíd

Added JWT and permissions, changed project structure
- filters when authenticating - sends JWT
- filters per request - controls JWT
- added permission to user (READ, WRITE, DELETE)
- created package-by-feature from package-by-layer
re #9204