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 code seat availability check to IT application #2554

Merged

Conversation

elichad
Copy link
Contributor

@elichad elichad commented Oct 24, 2023

Adds seat availability to the validity criteria for the member code check

@elichad elichad self-assigned this Oct 24, 2023
@elichad elichad added this to the v4.3 milestone Oct 24, 2023
Copy link
Contributor

@pbanaszkiewicz pbanaszkiewicz left a comment

Choose a reason for hiding this comment

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

Looks good, I left a very minor question.

@@ -62,6 +62,30 @@ def setUpMembership(self):
agreement_end=date.today() + timedelta(weeks=26),
contribution_type="financial",
registration_code="valid123",
public_instructor_training_seats="1",
inhouse_instructor_training_seats="1",
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor: is this a string value?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nope, they are ints, not sure why I put them in as strings

@elichad elichad merged commit 58a7ee2 into feature/member-codes Oct 25, 2023
2 checks passed
@elichad elichad deleted the feature/extra-validation-for-instructor-training branch October 25, 2023 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants