From 8f02c0124f25ffeabc2b40199a8b58a10e4719b6 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 29 May 2024 10:16:21 +0200 Subject: [PATCH] Add dev notes --- doc/dev-notes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/dev-notes.md diff --git a/doc/dev-notes.md b/doc/dev-notes.md new file mode 100644 index 0000000..01123bb --- /dev/null +++ b/doc/dev-notes.md @@ -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 +