32 lines
1005 B
Markdown
32 lines
1005 B
Markdown
# coconut-leaf
|
|
|
|
A self-host, multi-account calendar system.
|
|
|
|
## Warning
|
|
|
|
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
|
|
|
|
### Features
|
|
|
|
* Basic calendar(valid range from 1970 to 2200)
|
|
* Simple event system(including summary, color and etc)
|
|
* Simple account system and share system
|
|
* An looping event system.
|
|
|
|
### Shortcomings
|
|
|
|
* No extra properties for event(including location, busy status and etc. All of them can be written in summary property and extirely useless for myself. There are no plan to implement these in future.)
|
|
* No alarm system(should be implemented in frontend in future?)
|
|
|