Updated WeKan Multiverse Roadmap (markdown)

Lauri Ojansivu 2023-10-16 19:21:24 +03:00
parent 7c0ac148a2
commit 8d1b0c2f4f

@ -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.