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