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

Adds the everest command #408

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

Conversation

Donian960
Copy link

Adds a command /everest that takes in attributes for course (str, "bsc" or "msci", not case dependent), year (int, 1 to 4) and value (float, what % of the module an assignment is worth) and calculates how many steps of Mt. Everest that assignment was worth (44,250 steps total).

For example if someone is on the msci course and 3rd year and their assignment was worth 50% of the module then the assignment is worth 1475 steps (0.5 * 1/6 * 0.4 * 44250)

@CarrotManMatt CarrotManMatt self-assigned this Feb 6, 2025
@CarrotManMatt CarrotManMatt added the enhancement New feature or request label Feb 6, 2025
@CarrotManMatt CarrotManMatt linked an issue Feb 6, 2025 that may be closed by this pull request
@CarrotManMatt
Copy link
Member

Many thanks for this contribution! Please could you check the lint & type checking errors (mypy & ruff) that have been provided in the PR checks and attempt to fix them. I will be able to sort them in the next couple of days if you don't get to them.

The container build check is not a problem with this PR and is instead due to the problem discussed in #409.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New command "/everest"
2 participants