Add dev notes
This commit is contained in:
parent
a7ac9fab94
commit
8f02c0124f
1 changed files with 19 additions and 0 deletions
19
doc/dev-notes.md
Normal file
19
doc/dev-notes.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Refactoring
|
||||
|
||||
## ToDo
|
||||
|
||||
### Collapse namespaces
|
||||
|
||||
Currently there are two modes of operation in two explicit namespaces:
|
||||
reply mode and account mode.
|
||||
|
||||
This leads to higher maintenance needs and more complex program structure. The overall goal is now to reduce this complexity.
|
||||
|
||||
Having one ns called to_html that produces html as needed seems appropriate at this time.
|
||||
|
||||
### CSS per mode
|
||||
|
||||
Creating css that does basic styling depending on the mode.
|
||||
|
||||
### Automatically connecting CSS and appropriate HTML
|
||||
|
Loading…
Reference in a new issue