Diagrams - ivancrg/vis.it GitHub Wiki

Introduction

This page contains different diagrams connected with different parts of the app.

Login/register diagram

The image below shows a use case diagram of the login and register screen that user accesses when they open the app.

images/diagrams/useCaseLoginRegister.png

Navigation drawer diagram

After logging into the app user can access a navigation drawer which helps them access different features of the app. The following image shows a use case diagram of the mentioned drawer.

images/diagrams/useCaseNavigationDrawer.png

Features diagrams

For every feature of the navigation drawer, there is the same implementation logic used, therefore we created two examples of use case diagrams that demonstrate the trip planning part of the app and the traveling screen. The following images show those two diagrams.

images/diagrams/useCaseTripPlanner.png

images/diagrams/useCaseTravelling.png

Class diagram - example

The image below shows an example of a class diagram from the trip planning part of the app.

images/diagrams/classExample.png