diff --git a/WeKan-Multiverse-Roadmap.md b/WeKan-Multiverse-Roadmap.md index a1bf650..13679ee 100644 --- a/WeKan-Multiverse-Roadmap.md +++ b/WeKan-Multiverse-Roadmap.md @@ -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