Fix axis data 487 - #490
Merged
Merged
Conversation
Subomiadekunle
requested review from
UcheWendy,
jacksayshi,
leandrumartin and
mudabs
as code owners
September 26, 2026 21:35
mudabs
approved these changes
Sep 27, 2026
mudabs
left a comment
Collaborator
There was a problem hiding this comment.
Fix resolved. Thank you!
mudabs
approved these changes
Sep 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Summary
Closes #487
Fixes the Axis bone showing as a blank entry in Vertebrae → Bone, with none of its bone parts available.
Changes:
bones/axis.json: removed the outer[ ]so it's a single object like the other bone files, and renamedaxis_body_(dens)toaxis_body(parentheses aren't allowed in bone IDs)descriptions/axis_body_description.json: was empty; now holds the Body (Dens) description (moved fromaxis_body_(dens)_description.json, which is deleted)axis_transverse_formaen_colored_regions.jsontoaxis_transverse_foramen_...to fix a typolegacyCompatibility.test.js: changed theit.failingAxis test to a normalit(), and added Axis and Body (Dens) to the representative itemsTested:

npm testpasses 8/8 suites (136 passed, 5 pre-existing skips).npm run lintpasses. Checked on localhost: Axis and all 7 bBEFORE AND AFTER:
one parts appear and load their descriptions and images.
[Before: blank Axis entry]
[After: Axis selected, showing bone parts and images]
PR Checklist
Detailed Description
The search cache grows from 192 to 199 items because Axis's 7 bone parts are now loaded. "Transverse foramen" still has no images listed in its description file; that's a content gap, not part of this fix.