This project was generated with Angular CLI version 14.2.3.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.
- NFR = New Feature Request
- NR = Need Review
- NI = Need Improvement
- BE = Backend
- FE = Frontend
- UI/UX
- HLA = High Level Architecture
- BUGFIX
- HOTFIX
Example:
[NFR] Signup Page
[BUGFIX] Signup => Submit functionality
[NI] Login => Input text sizeIssue description consists of 3 informations:
- Design Picture (Optional)
- Description (Description detail of the issue, Required)
- Branch (Branch name of the issue, Not required if the branch is exist)
Example:
==================================================================
## Design
No design
## Description
Create new login page with login functionality
## Branch
$ git checkout feature/login
==================================================================
There are several types of branch:
- feature: A new feature
- bugfix: A fix for issues found through development lifecycle
- hotfix: A fix on live, active apps, zero to minimal downtime for users
- coldfix: A fix on live, active apps, visible impact via downtime or system restarts
Example:
feature/prescription-update
bugfix/signup-submit
hotfix/diagnose-crud