Updated WeKan Multiverse Roadmap (markdown)

Lauri Ojansivu 2023-09-27 18:08:01 +03:00
parent 5765be4bef
commit d638c24af9

@ -15,7 +15,14 @@
- Storing session to database, for round robin
- https://github.com/wekan/wekan/issues/5120
- https://stackoverflow.com/questions/65547266/how-to-store-my-session-mysql-with-express-mysql-session
- Not having build step. Keep all files at directories they currently are, with understandable directory structure naming, like per feature directory name, and under that parts of that features by name. Cache dependencies. Do not uglify.
- Not having build step:
- Keep all files at directories they currently are, with understandable directory structure naming, like:
- Feature name
- Feature part name 1
- Feature part name 2
- Only use file from it's location on page where it is needed
- Cache dependencies
- Do not uglify
## Screenshot