mobtime
mobtime copied to clipboard
A real-time, collaborative mob programming timer. Made with technology from the future, today!
Celebrate often. Allow users to share a reactions, like emoji/animations.
Keep track of who has added a person, started a timer, cycled, etc. ~Only viewable by the first user to connect to the timer.~ ~Depends on #6~ Depends on #131
Allow users to associate an email address to their connection.
Any time you're using a timer with client work, you should be able to see who is connected. For now, just identify as `{ id: '...' }`
Both #119 and #120 request having extra timers, but they probably have different behaviours. #119 sounds like it could be a timer that synchronizes it's pause/resume with the main timer,...
Prevent other users from using a specific timer name. - Maybe a paid feature? - Maybe reserve 1 timer name for free, and each additional timer requires an accumulative fee?
An extension of #63 to control timer participation.
- OAuth login - Store username/profile picture url in a database - Identify connections in timer with logins
Use of two notification times per rotation (e.g. at 3 and 5 minutes) could be used as an optional early rotation time and a mandatory rotation time and so offer...
A lot of the problems I've had with maintaining and updating mobtime is that all the data is kept in memory on the server. I thought I was making a...