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

Update pricing for Fall 2024 #84

Merged
merged 7 commits into from
Dec 11, 2024
Merged

Update pricing for Fall 2024 #84

merged 7 commits into from
Dec 11, 2024

Conversation

nwalters512
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Dec 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marketing ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 11, 2024 6:29pm

<Row>
<Col xs={12} md={6}>
<Form.Group controlId="term-system">
<Form.Label>Term system</Form.Label>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is this the right term (heh) to use here?

Copy link
Contributor

Choose a reason for hiding this comment

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

"Term system" is a correct terminology. We could also consider "academic schedule"

Copy link
Member

Choose a reason for hiding this comment

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

I prefer "academic schedule", but I agree that "term system" is correct as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed to "academic calendar" in 7129fb5.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

err, no I didn't 😅 let me change it again.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done for real in 56ec012.

Comment on lines 145 to 160
let basicPrice = run(() => {
if (termSystem === "semester") {
return 8;
} else if (termSystem === "quarter") {
return 6;
} else {
return 2;
}
});

let premiumPrice = basicPrice * 2;

if (paymentModel === "student") {
basicPrice += 2;
premiumPrice += 2;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Check my math please!

Copy link
Contributor

Choose a reason for hiding this comment

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

It looks good to me!

Copy link
Member

Choose a reason for hiding this comment

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

Likewise!

@nwalters512 nwalters512 merged commit ae0fa0f into main Dec 11, 2024
3 checks passed
@nwalters512 nwalters512 deleted the update-pricing branch December 11, 2024 18:44
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.

3 participants