Duncan

Results 148 issues of Duncan

Reported on Discord: > Previously for on-the-spot reg for a returning competitor, you could put in just name and WCA ID and it would work. For a comp beta testing...

WCA Live and TNoodle throw fatal errors [comp doesn't import, scrambles don't generate] if a non-accepted/deleted/pending status is provided in the WCIF. While this is technically in line with the...

Currently it appears that when a Stripe account is disconnected, we lose the historical payment information of which users paid how much - or at least, we stop displaying that....

In the v1 registration system, there is no error raised either in the UI or in the API return payload when an amount exceeding the total amount paid by the...

## MUST DO - [x] responsive design: desktop, tablet, mobile - [x] Images - [x] Bring the cubingusa images into our repo - [x] Try replacing logos with Board Rubik's...

We can probably re-use the logic for removing banned competitors here - but in this case, the anonymized registration might need to be deleted _entirely?_ Otherwise validations for the comp...

# Info It does seem like `playwright` and `@playwright/test` were conflicting - I removed them both in my local, and reinstalled just `@playwright.test`. I believe this is the correct approach,...

Reported in email thread: "Issue editing an already announced competition" > I write this email because I had some issues trying to edit an already announced competition where I am...

project: competition form

This PR does the following: - [x] Converts incoming camelCase to snake_case in the v1 api_controller (with tests asserting behaviour) - [x] Adds a `render_as_camel_case` method to the v1 api_controller...

This PR: - [ ] Adds an `active` property to competition_payment_integrations - [ ] Uses that property to render information on the payment setup page that a new CPI should...