restructure folders

This commit is contained in:
Dominic Ferrando
2025-09-03 19:28:12 -04:00
parent 1219807557
commit ec26e961dc
24 changed files with 7 additions and 6925 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import { activities, Activity, Attribute, attributes, BenchmarkPerformance, findNearestPoints, Gender, getActivityAttribute, kgToLb, Levels, msToTime, StandardsItem } from "./util";
import rawStandards from "./standards.json" assert { type: "json" }
import { which } from "bun";
import rawStandards from "./data/standards.json" assert { type: "json" }
const standards = rawStandards as StandardsItem[];
@@ -5768,21 +5768,21 @@
"activityType": "Cone Drill",
"gender": "male",
"bodyWeight": -1,
"physicallyActive": 17000,
"beginner": 16000,
"intermediate": 12000,
"advanced": 11000,
"elite": 10000
"physicallyActive": 9500,
"beginner": 8700,
"intermediate": 7800,
"advanced": 7000,
"elite": 6500
},
{
"age": 18,
"activityType": "Cone Drill",
"gender": "female",
"bodyWeight": -1,
"physicallyActive": 20000,
"beginner": 16000,
"intermediate": 15500,
"advanced": 14500,
"elite": 13500
"physicallyActive": 10500,
"beginner": 9600,
"intermediate": 8700,
"advanced": 7800,
"elite": 7200
}
]