radchat/readme.md

27 lines
1.1 KiB
Markdown

# Changes To Make
## Frontend
### High Priority
- Lazy load with pagination (frontend and backend)
- Clicking edit message should reposition you at the message with it centered or where the textarea edit box is at the top of the screen at least
- Fix mobile views instead of hiding elements that you don't want to position properly (search, radchat title, username)
- Add live voice chat? (This will be fun, maybe a separate app)
### Mid Priority
- Nothing yet
### Low Priority
- Other embeds (Twitter posts, spotify tracks, soundcloud, github repos, instagram posts, other video platforms)
## Backend
### High Priority
- Lazy load with pagination (frontend and backend)
- Add live voice chat? (This will be fun, maybe a separate app)
### Mid Priority
- NEW LOGIN STUFF
- IN PROGRESS: Add actual logging instead of ip based usernames, have messages tied to the logged in user not an ip (db changes)
* Fix editing messages
* Fix deleting messages
* Fix changing username
* Fix CSS for signin page
* Add logout button to settings, should touch go, js all that, logout request
* Fix CSS for login page
### Low Priority
- Nothing yet