Add more notes

This commit is contained in:
Luke Murphy 2020-07-02 14:40:01 +02:00
parent 72bd2bcabc
commit 6b0e9bf966
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 9 additions and 0 deletions

View File

@ -22,6 +22,15 @@ More ideas...
maintain the app template (`compose.yml`) and this code anyway, so we just 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 need to be aware of each other and keep in sync. This would optimise for
trust and collaboration and not "smart" code. 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 ### Development