From a91003568f0acc8e9b0b278fd43d21fec5ffc235 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 29 May 2024 15:13:39 +0200 Subject: [PATCH] Remove dev notes --- doc/dev-notes.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 doc/dev-notes.md diff --git a/doc/dev-notes.md b/doc/dev-notes.md deleted file mode 100644 index 3677aa1..0000000 --- a/doc/dev-notes.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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. - -### Understand the data coming in from current reply mode - -Assumption: We're just pulling in data from posts. -This should be about the same as the data for account mode. - -- [x] The data are indeed statuses too - -### Check whether or not we need to modify the current post html - -### CSS per mode - -Creating css that does basic styling depending on the mode. - -### Automatically connecting CSS and appropriate HTML -