-
Notifications
You must be signed in to change notification settings - Fork 1
Project Conventions
MCatherine edited this page Jan 11, 2023
·
6 revisions
## Naming conventions
- folders: everything in lowercase
- files: keep suffix, for example: "TestClientService.java"
- making name meaningful
- avoid using acronym
## Repos
- Git Conventional Commits
for example:fix(fe:JIRA-1234) - commit message - refs: #[github_issue]
CLIENT application (The Ministry of Forests' client management system)
-
Architecture
-
Data Model