Sequence Diagrams - bounswe/bounswe2017group3 GitHub Wiki
Introduction
This page includes the sequence diagrams of our use cases, and we tried to explain how the classes in our class diagram interact to accomplish those. There are 2 things to consider while looking at these diagrams:
User
in the below diagrams sends a request -most probably an HTTP request- to our backend API through one of our user interfaces (Android or Web) and the classes there takes care of the rest.- We've omitted some parts of the actual system for simplicity; such as handling the request and redirecting it to the correct receiver (it's the job of the HTTP server), actual database operations (it's the job of the DBMS and ORM) and details of the user interface (because it can vary heavily depending on which interface).