Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the software architecture Model-View-Controller (MVC) and its principles. It explains the three types of user dialogues, including command-line, conversational, and Graphic User Interface (GUI). The lecture details the separation of concerns in MVC, allowing for multiple visualization and user control styles while keeping the business model stable. It also simplifies MVC concepts for projects, emphasizing independent simulation modeling and error message handling. The lecture concludes with practical examples of implementing MVC in projects.