docs(project-plan): improve wording

Change-Id: I6a6a6964ff869e76bb0aa15ea60068564a8f5c12
2 files changed
tree: 708c6c8d4a893e16d3969fb1e32595c29763d5bf
  1. cmd/
  2. database/
  3. docs/
  4. examples/
  5. internal/
  6. tools/
  7. .bazelrc
  8. .gitignore
  9. BUILD.bazel
  10. compose.dev.yml
  11. go.mod
  12. go.sum
  13. LICENSE
  14. MODULE.bazel
  15. MODULE.bazel.lock
  16. NOTICE
  17. README.md
README.md

ZenithPlanner

Under development

If you want to gain some context about this project, you may read the initial project plan at //docs/project_plan.

In the future, when I can dedicate more time to this project, I will update this README file to be much more friendly.

To do

  • Write this README file.
  • Set up CI/CD.
  • Fix known bugs:
    • Recurring events sometimes are not processed well, and they are sometimes deleted.
    • When starting the backend, it will send a watch request to Google Calendar even if a webhook is already active, so we will end up receiving duplicate requests
  • Refactor code.

Release

bazel run //cmd/backend:push_all --config=release