Plan program start sequence
This commit is contained in:
parent
163d08cf79
commit
6058b785c9
1 changed files with 12 additions and 0 deletions
12
plan.txt
Normal file
12
plan.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Starting the program
|
||||
- read command line options
|
||||
- export default config
|
||||
- export default theme
|
||||
- load config file, looking in default places if no -c flag set
|
||||
- merge loaded config with options (options take priority)
|
||||
- open db and make sure the correct tables exist (CREATE TABLE IF EXISTS)
|
||||
(- possibly import from old table versions)
|
||||
- launch actual program
|
||||
|
||||
Actual program
|
||||
- print all entries in db for debugging
|
||||
Loading…
Add table
Add a link
Reference in a new issue