From 5765be4befd207a016ab05cde3bf01ac9f68f487 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 27 Sep 2023 17:58:26 +0300 Subject: [PATCH] Updated WeKan Multiverse Roadmap (markdown) --- WeKan-Multiverse-Roadmap.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/WeKan-Multiverse-Roadmap.md b/WeKan-Multiverse-Roadmap.md index 97a006e..a1bf650 100644 --- a/WeKan-Multiverse-Roadmap.md +++ b/WeKan-Multiverse-Roadmap.md @@ -8,14 +8,14 @@ - Using parts of frameworks as separate packages, like: - Authentication, like OAuth2, Gmail, etc - - Option to not use websockets, because at some corporate networks do not allow them. - - Option to not have Javascript at frontend, having SSR only. Working with and without Javascript at frontend. Like ufront tried. - - https://github.com/ufront/ufront - - https://jasono.co/2020/10/03/im-going-to-write-a-web-app-framework-again-maybe-well-see/ - - 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. +- Option to not use websockets, because at some corporate networks do not allow them. +- Option to not have Javascript at frontend, having SSR only. Working with and without Javascript at frontend. Like ufront tried. + - https://github.com/ufront/ufront + - https://jasono.co/2020/10/03/im-going-to-write-a-web-app-framework-again-maybe-well-see/ +- 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. ## Screenshot