From 8d1b0c2f4f4968362fad73c9b4573081fe48c36b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 16 Oct 2023 19:21:24 +0300 Subject: [PATCH] Updated WeKan Multiverse Roadmap (markdown) --- WeKan-Multiverse-Roadmap.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WeKan-Multiverse-Roadmap.md b/WeKan-Multiverse-Roadmap.md index 2abc3ab..696375c 100644 --- a/WeKan-Multiverse-Roadmap.md +++ b/WeKan-Multiverse-Roadmap.md @@ -30,6 +30,11 @@ - https://www.youtube.com/watch?v=iqXjGiQ_D-A - https://news.ycombinator.com/item?id=37843951 - https://news.ycombinator.com/item?id=37897921 + - I merged all branches to one main branch, because merging between branches did take a lot of time. + - Do not use linters like eslint and prettier. What I did, is I removed all linters, like eslint, prettier etc, because they did disagree about syntax. Point is to make to code minimal change, that fixes something, or adds some feature. Not that most commits would be about fixing syntax. + - https://matt-rickard.com/why-is-the-frontend-stack-so-complicated + - https://news.ycombinator.com/item?id=37895164 + - https://deno.com/blog/node-config-hell - How to not become slow and unresponsive after a week https://github.com/wekan/wekan/issues/5140 - Run code like CGI, release all memory - Looking for most cross-platform web frameworks, supporting many different CPU, OS and database.