issues
search
ngsengleng
/
PeerPrep
https://peer-prep-rouge.vercel.app
0
stars
0
forks
source link
Frontend: coding session page
#4
Open
ngsengleng
opened
5 months ago
ngsengleng
commented
5 months ago
Base features
[x] page layout: question on the left, collaborative coding window on the right
[x] option to chat (small box under the question window)
[x] option to quit the session (back to homepage)
[x] alerts the other user that one person has left the room
[x] URL should include room name
[ ] user presence (can tell if someone is still in the room or not)
[x] collaborative editor
Extra features
[ ] able to execute code
[ ] resizing windows
[x] syntax highlighting
[ ] autocomplete?
[ ] option to voice call
ngsengleng
commented
5 months ago
Current Bugs:
[x] language option is not synced across editors
[ ] more than 2 people can join a room at the same time (maybe not really a bug; more the merrier)
[ ] v impt problem: no way to throttle websocket messages, pretty sure it gets rate limited by digitalocean servers
Base features
Extra features