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

Refactor and Add Rounds Controller #19

Merged
merged 6 commits into from
Dec 28, 2024
Merged

Conversation

fhmurakami
Copy link
Owner

This PR introduces a new RoundsController to encapsulate the logic related to rounds. The following changes were made:

Added a new RoundsController to handle round-related requests
Moved relevant logic from CollectionsController and HomeController to RoundsController
Moved views from Home and Collections to Rounds
Added tests for RoundsController, Rounds views, and Round services

@fhmurakami fhmurakami changed the base branch from main to feat/report December 28, 2024 19:29
@fhmurakami fhmurakami changed the base branch from feat/report to main December 28, 2024 19:48
@fhmurakami fhmurakami force-pushed the feat/add-rounds-controller branch from a7fac73 to 9fceb16 Compare December 28, 2024 20:43
@fhmurakami fhmurakami merged commit 989e805 into main Dec 28, 2024
2 checks passed
@fhmurakami fhmurakami deleted the feat/add-rounds-controller branch December 28, 2024 20:45
fhmurakami added a commit that referenced this pull request Dec 29, 2024
* Add RoundsController

* Add views tests for round

* Refactor Finish service

* Add specs for Round::StartService

* Add specs for Round::NextEquationService

* Add specs for Round::SubmitAnswerService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant