You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dda-masto-embed/doc/dev-notes.md

29 lines
785 B
Markdown

# 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