Technical Future from Tom.

Tom Zhao 2025-02-13 15:01:55 +01:00
parent 895c37f4af
commit a25395f7ea

8
Technical-future-Tom.md Normal file

@ -0,0 +1,8 @@
# Technical Future (Tom)
1. Replace Wicket with Spring Web + Thymeleaf + Htmx
* When higher interactivity is really needed (I doubt if we have any), use a simpler frontend framework (like Svelte 5).
2. DataInitializer needs to be refactored.
3. Better modularization is needed in Scipro, it has too much stuff in core module.
4. Use whitelist to manage dependencies, and only include dependencies we use.
5.