radchat/readme.md
2025-01-21 18:46:27 -06:00

22 lines
935 B
Markdown

# Changes To Make
## Frontend
### High Priority
- Lazy load with pagination (frontend and backend)
- Edit support for multiline message
- Change from prompt when deleting to a div that replaces the message content area
- Prompt for deleting should be a confirmation dialog, and two buttons, yes and no
- Prompt for editing should be a textarea with the current message content in it along with a save and cancel button
### Mid Priority
- Other embeds (Twitter posts, spotify tracks, soundcloud, github repos, instagram posts, other video platforms)
### Low Priority
- Reposition the search button
- Fix mobile views instead of hiding elements that you don't want to position properly
## Backend
### High Priority
- Lazy load with pagination (frontend and backend)
### Mid Priority
- Nothing yet
### Low Priority
- Tidy up
- Perhaps a boolean value in the database to be able to display whether or not a message has been edited or not