Skip to content

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
Clone this wiki locally