add roadmap, basic cli and model thoughts

This commit is contained in:
pi@sir_sticky 2019-03-07 00:24:54 +00:00
commit 95b66cee59
2 changed files with 28 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.swp
Session.vim

26
README.md Normal file
View File

@ -0,0 +1,26 @@
# roadmap
-[x] virtualenv
-[x] git repo
-[ ] how to make a daemon?
-[ ] get argparse working
-[ ] model default system
-[ ] list / add / edit / delete operating systems
-[ ] model -> storage -> bool overwrite_always false
# cli
- install a system (arch, ubuntu, debian, suse, etc.) to a stick
- list / add / edit / delete operating systems
# model
## operating_system
- string name
- string url_os
- string url_sig
- int interval [ days ], default = 7 days
## storage
- id operating_system
- string label
- string uuid
[- bool overwrite_always false]