Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the option to create a session #4

Open
fjallnari opened this issue Apr 27, 2023 · 0 comments
Open

Add the option to create a session #4

fjallnari opened this issue Apr 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@fjallnari
Copy link
Owner

Users would have the option to create a room, then simply share the code with their friends to see the same timers. There are multiple things to keep in mind:

  • sockets.io is needed for this, and the serverless Vercel, that we are deploying to right now is not ideal for sockets - might deploy the project to a VPS (domain?)
  • should all the users in a given session have editing powers? or would roles need to be implemented?
  • would time syncing work outta gate? possible need for date-based time tracking approach
  • if we implement this, how would the interface for the offline bundled apps look like?
@fjallnari fjallnari added the enhancement New feature or request label Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant