SDLC
This page describes Software Development Lifecycle through examples
Edugated website development took various turns, brainstorm, temporary idea implementation but it was always intended to create an environment from scratch so learners can experience everything live (without hidden code). A project can utilize multiple models of approach for example, software development based on aterfall approach but to resolve small issues within the platform there can be an Agile model.
There are two major component of SDLC
Stages of development: Which is consistent across all Models
Software Development Models: 6 main software development models in the market
Waterfall
This model emphasizes on well documented requirements, design, methodology, resources and to some extent stages.
If the requirement changes once or even frequently it can affect cost, customer experience, time of delivery etc.
Any change has to be approved by senior architect, documented and then approved for changes by developers.
These types of environment are monitored for any changes (especially in IT) and escalated to higher management in case any change to system occurs without approval from Client and Architects.
Example: Construction of dam (Although it's not software but provides solid Waterfall understanding), setting up IT environment for submarines, Oil refineries, heavy industries, software for trading platforms, banks etc.
Edugated does not fall under this category because it's not a sophisticated platform, it's a learning environment.
Agile
Iterative
V-Shaped
Big Bang
Spiral
Last updated
Was this helpful?