Skip to content

Conversation

@Donian960
Copy link
Contributor

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.

@CarrotManMatt CarrotManMatt removed their assignment May 26, 2025
@CarrotManMatt
Copy link
Member

Hi @Donian960 are you still working on this? If not I'll go ahead and close the PR and re-assign the issue.

@Donian960
Copy link
Contributor Author

@CarrotManMatt Ah no I've not been working on it, feel free to re-assign

@CarrotManMatt
Copy link
Member

Cheers for letting us know. Seems like @MattyTheHacker was making some changes, so i'll do some branch shenanigans to move it into our repo. Thanks for the initial contribution!

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"

3 participants