aboutsummaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2019-10-07 19:08:16 -0400
committerLoic Guegan <manzerbredes@mailbox.org>2019-10-07 19:08:16 -0400
commit9adb0c6b4b0d24534c583e427618e5d2928ab602 (patch)
tree14bb97cbe3242e0c7f0eb44ba520a80e8deb20cd /TODO.org
parent3e8c84e135f893649ed90079c1a6149970b2bcb8 (diff)
Debug/refactoring
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org11
1 files changed, 6 insertions, 5 deletions
diff --git a/TODO.org b/TODO.org
index a54c291..4e3ba3c 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,18 +1,19 @@
#+TITLE: "i3-colors Project Todo List"
#+AUTHOR: "Loic Guegan"
-- Refactoring [1/3]:
+- Refactoring [1/2]:
- [X] Change src/parser.py name => now config.py
- [ ] Improve function/variables names
-- YAML Theme Parser [0/2]:
+- YAML Theme Parser [1/2]:
- [ ] Improve yaml theme loader reliability
- - [ ] Allow several metadata
+ - [X] Allow several metadata
-- Theme applying algorithm [0/3]:
+- Theme applying algorithm [1/3]:
- [ ] Improve efficiency
+ - [ ] Bugs may appear here! Found them...
- [ ] Assume that theme to apply is well formated (checked in YAML Theme Parser)
- - [ ] If there is no "colors" field in "bar" section, we still need to apply theme
+ - [X] If there is no "colors" field in "bar" section, we still need to apply theme
- General [1/2]:
- [ ] Improve user API