Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.04 KB

File metadata and controls

42 lines (33 loc) · 1.04 KB

🗾 Tracking

🗞️ Blog

You can check my Medium Blog for more information about the project development and updates.

You can also read my Personal Blog for more information about this project and my other projects.


🎓 GitHub Project

The project is managed using GitHub Projects, which helps organize tasks, track progress, and prioritize features.

You can view the project board here.


🚦 CI/CD Tracking

The project uses GitHub Actions workflows for unit, integration, E2E, API docs generation, and deployment.

Key workflows:

  • ci-unit-tests.yaml
  • ci-integration-tests.yaml
  • ci-e2e-tests.yaml
  • ci-generate-api-docs.yaml
  • cd-release.yaml

📦 Release Tracking

Release notes are maintained under docs/releases:


👉 Go back