Skip to content

Fix axis data 487 - #490

Merged
mudabs merged 3 commits into
oss-slu:mainfrom
Subomiadekunle:fix-axis-data-487
Sep 27, 2026
Merged

mudabs merged 3 commits into
oss-slu:mainfrom
Subomiadekunle:fix-axis-data-487

Conversation

@Subomiadekunle

@Subomiadekunle Subomiadekunle commented Sep 26, 2026 •

Copy link
Copy Markdown
Collaborator

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 renamed axis_body_(dens) to axis_body (parentheses aren't allowed in bone IDs)
  • descriptions/axis_body_description.json: was empty; now holds the Body (Dens) description (moved from axis_body_(dens)_description.json, which is deleted)
  • Renamed axis_transverse_formaen_colored_regions.json to axis_transverse_foramen_... to fix a typo
  • legacyCompatibility.test.js: changed the it.failing Axis test to a normal it(), and added Axis and Body (Dens) to the representative items

Tested: npm test passes 8/8 suites (136 passed, 5 pre-existing skips). npm run lint passes. Checked on localhost: Axis and all 7 b
BEFORE AND AFTER:
IMG_8850
one parts appear and load their descriptions and images.

image

[Before: blank Axis entry]
[After: Axis selected, showing bone parts and images]

PR Checklist

  • Project builds and runs
  • Tests and linters pass
  • Any related documentation has been updated, including JSDoc comments or docstrings

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.

@mudabs mudabs left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix resolved. Thank you!

@mudabs
mudabs merged commit 39f407a into oss-slu:main Sep 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Axis bone shows as a blank entry and its bone parts are missing

2 participants