From da95ad937ae3ab60afcc3be260efd1eed761b219 Mon Sep 17 00:00:00 2001 From: Imbus Date: Fri, 15 Dec 2023 15:25:18 +0100 Subject: [PATCH] Readme update --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1798574..b98ed63 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,18 @@ This is a native client for the FrostByte forum. It is written in TypeScript and uses the Expo build system to build for Android and iOS. A Justfile is included for convenience. -# Details +## Details + +### The server architecture, also known as a monolith, all according to the YAGNI principle ![Boi Architecture](misc/boi_architecture.svg) + +### This is a state diagram of the client application + ![Homosapien stuff](misc/homosapien.svg) -# Results +## Results -Draft One | Draft Two | Final Product -:---------------------------:|:----------------------------:|:---------------------------: +Draft A | Draft B | Final Product +:----------------------------:|:----------------------------:|:---------------------------: ![Draft One](misc/draft2.png) | ![Draft Two](misc/draft.png) | ![Final Product](misc/product.png)