|
What is the case study?
The case study is about defining the architecture for a small software system, providing the opportunity to see how to take a high-level system vision through to a software design. Given a high-level vision for a software system, we ask groups to identify the non-functional requirements that they expect would need to be specified for this system and then subsequently design a solution. This includes...
- Defining the architecture for the case study solution.
- Deciding on the technologies that would be used to implement it.
- Drawing up different views of the architecture to illustrate the software components and their interactions.
- Assessing and justifying that the architecture will satisfy the functional and non-functional requirements.
At the end of the exercise, we compare what each of the groups has come up with; discussing the choice of technologies, diagram notation and process used to define the architecture.
Is there any coding?
In a word, no. The purpose of the case study is to look at the bigger picture elements of the software design process so there's no focus on writing code. The case study does involve choosing technologies and frameworks though, so that you understand how you'd go about actually building the system you design.
