As the creator of the foundational data
I need to see a bone in the editor
So that I can verify the information about it
Developer Notes
The goal here is to create a quick prototype of our main editor page, the page that displays a single bone.
We will need to create synthetic data (just make up something that seems reasonable) as a .json file. The page should read an external file on disk in the same directory as the repo, and present the information contained in the JSON format in a reasonable way so a non-technical user can make sense of it.
Work with whoever is working on #17 to ensure the JSON formats match.
Acceptance Criteria
[x] HTMX Page
[x] Reads a Bone JSON file
[ ] bone id
[ ] bone name
[ ] bone description (arbitrary length)
[ ] bone image path
[ ] bone annotations list (list of annotation ids)
As the creator of the foundational data I need to see a bone in the editor So that I can verify the information about it
Developer Notes
The goal here is to create a quick prototype of our main editor page, the page that displays a single bone.
We will need to create synthetic data (just make up something that seems reasonable) as a
.json
file. The page should read an external file on disk in the same directory as the repo, and present the information contained in the JSON format in a reasonable way so a non-technical user can make sense of it.Work with whoever is working on #17 to ensure the JSON formats match.
Acceptance Criteria