1. Get the Requirements of the Systems and understand what the system is in an overview.
  2. Create User Stories on Azure DevOps, and break down the Functional Requirements.
  3. Flow should be UI, Development, Testing, Documenting - for each, get the customer’s approval.
  4. Create Sprint with work to do for 2 weeks and get requirements ironed out in a meeting.
  5. Then work on the UI, DB Schema and User Flow for those sprints.
  6. After the above is done, move into development.
  7. Create test cases for dev that’s done.
  8. Make sure to setup Azure Pipelines and deploy on Staging env, and then once tests are done, move into Production.