From 6058b785c90cd407ade90f9b5bb0d694fec834a4 Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 19 Mar 2018 18:51:16 +0000 Subject: [PATCH] Plan program start sequence --- plan.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plan.txt diff --git a/plan.txt b/plan.txt new file mode 100644 index 0000000..8abe8d2 --- /dev/null +++ b/plan.txt @@ -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