Files
flutter/test/fixtures/exercises/exercise_search_entries.json
Roland Geider f56619939e Simplify loading of exercise data
While this has more manual steps than I would prefer, it is definitely better
than loading the individual entries and mapping them to an forth
2022-05-11 00:03:05 +02:00

26 lines
779 B
JSON

{
"suggestions": [
{
"value": "Bench Press Narrow Grip",
"data": {
"id": 1,
"base_id": 1,
"name": "test exercise 1",
"category": "Arms",
"image": "/media/exercise-images/76/Narrow-grip-bench-press-2.png",
"image_thumbnail": "/media/exercise-images/76/Narrow-grip-bench-press-2.png.30x30_q85_crop-smart.png"
}
},
{
"value": "Close-grip Bench Press",
"data": {
"id": 2,
"base_id": 2,
"name": "test exercise 2",
"category": "Arms",
"image": null,
"image_thumbnail": null
}
}
]
}