Update Technical future / Andreas

Andreas Svanberg 2025-02-10 12:41:43 +01:00
parent 7c05a8033e
commit b281f01145

@ -35,4 +35,7 @@
* 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)
* Replace Wicket with Spring Web (REST API) + React (TypeScript)
* Must have a transition period where both work together simultaneously with smooth transition
* Automatic deployment to production after pull request is merged
* Automatic deployment to production after pull request is merged
* Do not accept `null` as a method parameter
* Add overloads without it
* Specify it as `Optional<T>`