oss-slu / DigitalBonesBox

This project is a Web App project aims to convert an existing PowerPoint-based educational tool into an interactive, mobile-friendly web application.
MIT License
1 stars 2 forks source link

Read bone data from JSON in editor #16

Closed kungfuchicken closed 1 month ago

kungfuchicken commented 1 month ago

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