Update Technical future / Andreas

Andreas Svanberg 2025-02-06 11:45:55 +01:00
parent d2fe2e4553
commit 8d06548336

@ -20,4 +20,6 @@
* Use a local database running in Docker
* Requires good test data in `DataInitializer`
* Try to minimize / move to edges the Daisy integration to make as much functionality as possible useable without it
* `DaisyAPI` service should not reside in the `core` module
* `DaisyAPI` service should not reside in the `core` module
* Make it easier to schedule new jobs
* Right now you need a bean for the scheduling, a bean for the worker, and finally a bean for the actual job (unless you do it in the worker)