feat: add grafana dashboard template

Change-Id: I6a6a6964cd3d6c755b2c64677ad93b1b36dfd293
2 files changed
tree: efc4422b6181a64fe342f1f8d2c9c6d15a0a0f76
  1. cmd/
  2. dashboard/
  3. database/
  4. docs/
  5. examples/
  6. internal/
  7. tools/
  8. .bazelrc
  9. .gitignore
  10. BUILD.bazel
  11. compose.dev.yml
  12. go.mod
  13. go.sum
  14. LICENSE
  15. MODULE.bazel
  16. MODULE.bazel.lock
  17. NOTICE
  18. 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