I am planing to build a web application for my business and I would like to know what the most common tasks are, and in which order they should be achieved.
Thanks
1 Answers
Hello,
From our experience, here are the common tasks for generic web application development:
- List both the business and technical requirements from the client/users
- Make a decision on which technology stack to use
- Create a wireframe based on the requirements
- Create the workflow diagram
- Create the UI design based on the wireframe
- Design the database
- Develop the web application (programming)
- Initial testing at the development environment
- Migrate to the production environment
- Final testing on the production environment and delivery (release)
Steps 1–2: The Consulting Phase
Steps 3–4: The Planning Phase
Steps 5–7: The Designing Phase
Steps 8–10: The Testing and Delivery Phase
This cycle will also apply on the web application features updates.