doc: update README and ROADMAP

This commit is contained in:
2026-07-21 20:40:43 +08:00
parent 5429166334
commit 741af85d86
2 changed files with 18 additions and 11 deletions
+10 -3
View File
@@ -4,9 +4,16 @@ A self-host, multi-account calendar system.
## Warning
This project still work in progress. Because this project need a massive refactor now.
If you want to check out the first version which can fufill basic usage, please switch to `v1-maintain` branch. In `main` branch, I am refactoring v1 and it will be updated to v2 in future.
The first version of this project have too much C-style JavaScript. It is too complicated to maintain and cannot add any other new features. Therefore, it needs to be fully refactored using ES6 and some modern JavaScript tools. It will come soon.
This project is **NOT** suit for any cases in production environment.
It is just a toybox where I learn modern frontend and backend.
## Version Infos
If you want to check out the first version which can fufill basic usage, please switch to `v1-maintain` branch.
It is fully written in Python Flask backend and jQuery frontend.
In `master` branch, I am developing with Go backend and Vue frontend.
And I also learn them from it.
## Features & shortcomings