From 8856cef9ec1615b38c59391005fead6b90018985 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 31 Mar 2017 11:03:08 +0200 Subject: Add state diagram --- README.md | 7 +++++++ images/opendc-frontend-interaction-state-diagram.png | Bin 0 -> 41421 bytes 2 files changed, 7 insertions(+) create mode 100644 images/opendc-frontend-interaction-state-diagram.png diff --git a/README.md b/README.md index 8b07953e..ec4f3186 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ The OpenDC frontend is the user-facing component of the OpenDC stack, allowing u This document gives a high-level view of the frontend architecture ([jump](#architecture)), and describes how to set it up for local development ([jump](#setup-for-local-development)). ## Architecture + +### Interaction Model +[TODO] + +![OpenDC Frontend Interaction State Diagram](https://raw.githubusercontent.com/atlarge-research/opendc-frontend/master/images/opendc-frontend-interaction-state-diagram.png) + +### Components [TODO] ## Setup for Local Development diff --git a/images/opendc-frontend-interaction-state-diagram.png b/images/opendc-frontend-interaction-state-diagram.png new file mode 100644 index 00000000..7c93358a Binary files /dev/null and b/images/opendc-frontend-interaction-state-diagram.png differ -- cgit v1.2.3