Skip to content

Add FRR base training plans#108

Merged
nanreh merged 10 commits intonanreh:masterfrom
compor:add-frr-base-training-plans
Sep 19, 2024
Merged

Add FRR base training plans#108
nanreh merged 10 commits intonanreh:masterfrom
compor:add-frr-base-training-plans

Conversation

@compor
Copy link
Copy Markdown
Contributor

@compor compor commented Sep 17, 2024

Hello, and thanks for the tool!

This PR adds the 3 base training plans from "Faster Road Racing":

  • up to 30 miles per week
  • up to 45 miles per week
  • up to 60 miles per week

Comment thread src/defy/models.ts
export function toDistance(raceType: RaceType): Distance {
switch (raceType) {
case "Base":
return new Distance(0);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Base training is not for a race, hence the distance is 0.

@nanreh
Copy link
Copy Markdown
Owner

nanreh commented Sep 19, 2024

This is really great! Thanks so much for taking the time to put it together.

@nanreh nanreh merged commit 28fcc99 into nanreh:master Sep 19, 2024
@compor compor deleted the add-frr-base-training-plans branch September 19, 2024 08:07
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.

2 participants