Cailyn
Cailyn
**Is your feature request related to a problem? Please describe.** Sometimes I get a bad solve **Describe the solution you'd like** Sometimes I'd like to fix it **Describe alternatives you've...
Right now, rooms get deleted through mongodb. This separation prevents the server or client from knowing if a room got deleted. What we could do is let the client just...
We should try to add push notifications when a new scramble is received. I haven't yet looked into doing push notifications so I don't know how hard this is.
Add keybinds to mark if a solve is DNF / +2. Also add keybinds maybe to switch between chatting and timing. Maybe also a keybind to edit last solve.
Right now, on mobile, if a user switches over to the chat box after several messages has passed, it won't scroll to the bottom. What we need to do is...
Somehow determine if a message has been read. We can maybe do this by seeing if it got mounted. Then just display a badge with the number of unread messages....
Easy peasy lemon squeezy. Just edit the stats.js to also calculate mo3. You'll just want to use the mean function and throw in the last 3 solves.
Right now I have a poor approach to calculating stats which is calculating everyone's after each solve. Especially when I don't use every stat that I'm calculating. I need to...
**Is your feature request related to a problem? Please describe.** I'd like to be able to see mean / ao5 / ao12 / etc... for other users at the same...
This file is the last beast to split up. I just remembered socket packet middleware is a thing Create middleware that binds socket.room and socket.user with the latest fetch of...