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
0 stars 0 forks source link

Read bone data from JSON in tutor #17

Open kungfuchicken opened 1 day ago

kungfuchicken commented 1 day ago

As the student learning about bones I need to see a bone in the tutor So that I can verify the information about it

Developer Notes

The goal here is to create a quick prototype of our main tutor 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 #16 to ensure we have the same JSON format.

Acceptance Criteria