From 6b0e9bf966486df40ef261cc32bf524a40950595 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 2 Jul 2020 14:40:01 +0200 Subject: [PATCH] Add more notes --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index aeb8918..f03167c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,15 @@ More ideas... maintain the app template (`compose.yml`) and this code anyway, so we just need to be aware of each other and keep in sync. This would optimise for trust and collaboration and not "smart" code. +- Hard-code the secrets/configs required to make the code for generating + versions simpler as well. + +## MVP screens + +- **App selection screen**: a list of apps, you choose which one you want +- **Install app screen**:a form for installing the application +- **Edit app screen**: re-load the configuration for an app, ability to update it +- **Delete app screen**: remove the app ### Development