From a30c40fa2a992f5cd64672482d63dc47a529a775 Mon Sep 17 00:00:00 2001 From: WhyAsh5114 Date: Tue, 24 Dec 2024 15:36:18 +0530 Subject: [PATCH] feat: more docs --- src/routes/docs/+page.svelte | 62 ++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/src/routes/docs/+page.svelte b/src/routes/docs/+page.svelte index a0f82def..776658dc 100644 --- a/src/routes/docs/+page.svelte +++ b/src/routes/docs/+page.svelte @@ -29,6 +29,68 @@ allows you and the app to make changes to the mesocycle's split without altering the original split.

+

Set types

+

+ Inspired by this: + + RP YouTube video. + + You can utilize various set types in this app to make your workouts more interesting and challenging. +

+ +

Straight sets

+

Sets with the same weight but can vary in reps. Easy and straightforward.

+ +

V2 sets

+

+ Or also default sets, reps and load can be changed in any way as desired. + This used to be the only default set type in V2 of the app. +

+ +

Down sets

+

+ Sets where load keeps on decreasing after the first set. Useful for exercises where rep drop-off is high and creates + very low reps after load increases. +

+ +

Drop sets

+

+ A set followed by mini-sets where load decreases after each mini-set. Useful for accumulating high training volume + in a short amount of time. Convenient for dumbbell and pin-loaded machine exercises. +

+ +

Myorep sets

+

+ Similar to drop sets, a set followed by mini-sets where load doesn't decrease after each mini-set. Same benefits as + drop sets, but can be used for barbells as well. +

+ +

Myorep match sets

+

+ All sets subsequent to the first one should match the reps of the first set. The subsequent sets maybe made up of + multiple mini-sets with short breaks in between to achieve the same reps. +

+ +

Myorep match down sets

+

Similar to myorep match sets, but load can be decreased after the first set.

+ +

Exercise configuration

+

Bodyweight fraction

+

+ Exercises may or may not involve bodyweight. For example, bench press doesn't involve bodyweight significantly, so + its fraction is 0. Pull-ups involve full bodyweight, so their fraction is 1. Push-ups typically involve about 2/3 of + your bodyweight, so their fraction is 0.67. +

+ +

Set options

+

+ When creating an exercise split, you only input the exercise and set types. During mesocycle implementation, you can + distribute volume across exercises per muscle group. For example, if you set 10 starting sets for Quads and hit + Quads 2x per microcycle, the sets will be split evenly (5, 5). The failure on last set option can be set globally + for a mesocycle and overridden for individual exercises. To do so: Mesocycles > [your mesocycle name] > Split tab > + Edit. Currently, for lengthened partials, you can add a note to each exercise. +

+

"I need more help!"

Feel free to open an issue on the GitHub repository, will be glad