trainUs/tests/fixtures/cross_user_full.json
David 352a3d5e88
Some checks are pending
CI / Lint & Format (push) Waiting to run
CI / Build (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (chromium) (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (firefox) (push) Waiting to run
Initial commit
2026-06-18 13:06:57 +02:00

121 lines
3.3 KiB
JSON

{
"metadata": {
"appName": "trainus",
"appVersion": "1.0.0",
"schemaVersion": 1,
"exportDate": "2024-01-01T00:00:00.000Z",
"exportedBy": { "name": "Fixture User", "uuid": "facade00-0000-4000-a000-000000000001" }
},
"data": {
"exercises": [
{
"id": "facade00-0000-4000-a000-e00000000001",
"title": "Fixture Exercise One",
"description": "",
"asymmetric": false,
"alternate": false,
"image_urls": [],
"video_urls": [],
"default_reps": 10,
"default_weight": 0,
"created_by": "facade00-0000-4000-a000-000000000001"
},
{
"id": "facade00-0000-4000-a000-e00000000002",
"title": "Fixture Exercise Two",
"description": "",
"asymmetric": false,
"alternate": false,
"image_urls": [],
"video_urls": [],
"default_reps": 8,
"default_weight": 20,
"created_by": "facade00-0000-4000-a000-000000000001"
}
],
"combos": [
{
"id": "facade00-0000-4000-a000-c00000000001",
"title": "Fixture Combo",
"description": "",
"type": "NONE",
"timer_config": {},
"created_by": "facade00-0000-4000-a000-000000000001",
"exercises": [
{
"exercise_id": "facade00-0000-4000-a000-e00000000001",
"position": 0,
"default_reps": 5,
"default_weight": 10
},
{
"exercise_id": "facade00-0000-4000-a000-e00000000002",
"position": 1,
"default_reps": 8,
"default_weight": 20
}
]
}
],
"sessions": [
{
"id": "facade00-0000-4000-a000-500000000001",
"title": "Fixture Session",
"description": "",
"created_by": "facade00-0000-4000-a000-000000000001",
"items": [
{
"position": 0,
"item_id": "facade00-0000-4000-a000-e00000000001",
"item_type": "exercise",
"repetitions": 10,
"weight": 0
},
{
"position": 1,
"item_id": "facade00-0000-4000-a000-c00000000001",
"item_type": "combo",
"repetitions": 3,
"weight": 0
}
]
}
],
"collections": [
{
"id": "facade00-0000-4000-a000-d00000000001",
"label": "Fixture Collection",
"created_by": "facade00-0000-4000-a000-000000000001",
"sessions": [
{
"position": 0,
"session_id": "facade00-0000-4000-a000-500000000001"
}
]
}
],
"executionLogs": [
{
"id": "facade00-0000-4000-a000-100000000001",
"session_id": "facade00-0000-4000-a000-500000000001",
"started_at": "2024-01-01T10:00:00.000Z",
"finished_at": "2024-01-01T10:30:00.000Z",
"items": [
{
"id": "facade00-0000-4000-a000-100000000011",
"log_id": "facade00-0000-4000-a000-100000000001",
"exercise_id": "facade00-0000-4000-a000-e00000000001",
"combo_id": null,
"round_number": 1,
"reps_done": 10,
"weight_used": 50,
"side": null,
"completed": true,
"timestamp": "2024-01-01T10:05:00.000Z"
}
]
}
]
}
}