This repository is structured to support different stages of development and deployment.
- main: Stable codebase intended for production release.
- Test: Branch for basic testing activities.
- development: Active development branch where new features are integrated.
- feature: Dedicated for developing new individual features.
- hotfix: Used for quick patches and urgent bug fixes in production.
- pre-prod: Pre-production environment branch for final validation.
- pre-uat: Pre-User Acceptance Testing branch to prepare for UAT.
- production: Final production branch deployed to end users.
- uat: User Acceptance Testing branch where users validate functionality.
📌 Note: This repository currently contains branch structures only. Code and additional documentation will be added as the project progresses.