doc: update README and ROADMAP
This commit is contained in:
@@ -4,9 +4,16 @@ A self-host, multi-account calendar system.
|
|||||||
|
|
||||||
## Warning
|
## Warning
|
||||||
|
|
||||||
This project still work in progress. Because this project need a massive refactor now.
|
This project is **NOT** suit for any cases in production environment.
|
||||||
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.
|
It is just a toybox where I learn modern frontend and backend.
|
||||||
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.
|
|
||||||
|
## 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
|
## Features & shortcomings
|
||||||
|
|
||||||
|
|||||||
+8
-8
@@ -1,10 +1,10 @@
|
|||||||
# Roadmap
|
# Roadmap
|
||||||
|
|
||||||
1. 前后端分离,将前端静态文件和后端Python分装到两个文件夹中。同时辅助类文件夹改换位置。
|
- [x] 前后端分离,将前端静态文件和后端Python分装到两个文件夹中。同时辅助类文件夹改换位置。
|
||||||
1. 后端使用Astral UV重构,使得项目可以跑起来。
|
- [x] 后端使用Astral UV重构,使得项目可以跑起来。
|
||||||
1. 定为1.1版本。1.0版本也要打tag然后提交。然后分叉v1-maintain分支。后续在master上开发v2。
|
- [x] 定为1.1版本。1.0版本也要打tag然后提交。然后分叉v1-maintain分支。后续在master上开发v2。
|
||||||
1. 后端数据库字段重命名。
|
- [x] 后端数据库字段重命名。
|
||||||
1. 前后端通信API命名格式修改。
|
- [ ] 前后端通信API命名格式修改。
|
||||||
1. 使用Vue重写前端
|
- [x] 使用Vue重写前端
|
||||||
1. 使用Tailwind重写前端CSS
|
- [ ] 使用Tailwind重写前端CSS
|
||||||
1. 使用Go重写后端。
|
- [x] 使用Go重写后端。
|
||||||
|
|||||||
Reference in New Issue
Block a user