add roadmap, basic cli and model thoughts
This commit is contained in:
commit
95b66cee59
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.swp
|
||||
Session.vim
|
26
README.md
Normal file
26
README.md
Normal 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]
|
Loading…
x
Reference in New Issue
Block a user