-
Notifications
You must be signed in to change notification settings - Fork 0
When Adding A New Feature
Manuel edited this page Mar 19, 2024
·
1 revision
When adding any new feature (a comment section, for example) the following must be created:
Documentation:
- Functional Requirements
UI Elements:
- Pages
- Components
- Forms
- UI input validation
- UI input validation (lower and upper boundaries)
- UI input error labels
Database & Routes
- Database table
- Routes
- API request input validation
- API request input validation (lower and upper boundaries)
Testing
- Test Cases
- Test Data
- Test Scripts
- UI Tests
- Boundary tests for UI
- API Tests
- Boundary tests for API