diff options
| author | Georgios Andreadis <G.Andreadis@student.tudelft.nl> | 2017-03-31 15:00:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-31 15:00:24 +0200 |
| commit | f7518a4d196ccf9e3ef16829d4129fbb44242726 (patch) | |
| tree | 30928a741d811fde599831b5522efe619de92b51 /README.md | |
| parent | 690a87c199008a0ec8b0e72349c16843453a509c (diff) | |
Add page-overview to README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -6,8 +6,14 @@ This document gives a high-level view of the frontend architecture ([jump](#arch ## Architecture -### Interaction Model -[TODO] +### Application Interaction Model +Let's first take a look at how the user interacts with the frontend. + +#### Pages +The user starts at the splashpage (`index.html`) where he/she gets a first impression of OpenDC, including screenshots and features. After signing in with Google Authentication, the user is redirected to the page listing all projects (`projects.html`) shared or owned by that user. Here the user also has the possibility to open a particular project, redirecting to the main application page (`app.html`). + +#### Main Application +The main application allows the user to construct and simulate a datacenter. To understand how the user can do this, have a look at the state diagram below. It visualizes the main interactions a user can make with the application, as well as under which conditions.  |
