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

Fixing waiver handler and signing process #561

Merged
merged 15 commits into from
Jan 15, 2025

Conversation

Bl20052005
Copy link
Contributor

Closes #273 and #317

Copy link
Contributor

github-actions bot commented Jan 15, 2025

Deploy preview for irvinehacks-site-2025 ready!

Name IrvineHacks Site
Preview Visit Preview
Commit 0f8ca97

Copy link
Contributor

@waalbert waalbert left a comment

Choose a reason for hiding this comment

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

Looking awesome Bo!

@waalbert waalbert merged commit 25e607d into main Jan 15, 2025
4 checks passed
Comment on lines +41 to +43
elif applicant_record.status == Status.ATTENDING:
log.warning(f"User {uid} has already signed the waiver and is attending.")
return
Copy link
Member

Choose a reason for hiding this comment

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

Sorry I missed this before, but I think this condition could be combined with the one before on line 36. For the future, might be worth considering somehow making Status a partially ordered set.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It definitely could, I just thought that the warning message here is different enough to the previous one

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.

[Portal] Waiver signing process lacks clarity
3 participants