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 page to create new timer #8

Closed
nmpereira opened this issue May 16, 2023 · 3 comments · Fixed by CommunityFocus/cf-frontend#1
Closed

Add page to create new timer #8

nmpereira opened this issue May 16, 2023 · 3 comments · Fixed by CommunityFocus/cf-frontend#1
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@nmpereira
Copy link
Member

nmpereira commented May 16, 2023

What

On the homepage "/", create a button to route the user to a room. A room would be "/:room".

How

When the user clicks on the "Start a timer" button, they get re-routed to a room. The room name (string) is generated on the server when sending a request to "/randomid" (this route does not exist yet). On the server, "/randomid" generates a random string (this will be improved in #18)

@MefDev
Copy link

MefDev commented May 16, 2023

I'll give it my best!

@MefDev
Copy link

MefDev commented May 16, 2023

Done! I added the routing to the corresponding URL.

@nmpereira
Copy link
Member Author

Left comments on the PR to clarify the requirements. Let me know if the requirements are clear and/or if you have any questions

@nmpereira nmpereira transferred this issue from CommunityFocus/cf-backend May 23, 2023
@nmpereira nmpereira added this to the MVP milestone May 23, 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

Successfully merging a pull request may close this issue.

2 participants