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 a page for editing scrambles #10129

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

gregorbg
Copy link
Member

Shameless copy/paste from the 'Edit Results' component, but we have to make do for the time being.
We should probably clean up and unify both components in one go anyways.

Screenshots

image
image
image

competition = Competition.find(params[:competition_id])
round = Round.find(params[:round_id])
# Create some basic attributes for that empty scramble.
# Using Scramble.new wouldn't work here: we have no idea what the country
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean by "country" here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, you caught me in the act of copy-pasting 🙈

@gregorbg
Copy link
Member Author

gregorbg commented Nov 1, 2024

@thewca-bot deploy staging

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.

2 participants