oss-slu / oss-slu/DigitalBoneBox
Annotation Feature
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 18
- Avg merge
- 8h 17m
- Merged PRs (30d)
- 4
Description
-
Description:
Allow users to annotate specific areas of a bone image by clicking and dragging to create labeled areas on the image. -
Acceptance Criteria:
Users can draw bounding boxes or other shapes on the image by clicking and dragging.
Users can add text labels to the annotated areas.
Annotations are visualized on the bone image.
Annotations can be edited or deleted. -
Steps to Resolve:
- Implement click-and-drag functionality to create bounding boxes or shapes on the image.
- Add functionality to label the annotated areas with text.
- Make sure annotations are visible over the image.
- Allow users to modify annotations (move, resize, delete).
- Save annotations in a temporary state for future use in the backend.
- Why It's Useful:
This feature allows users to visually mark and label important parts of the bone for study or collaboration. It enhances the usability of the bone editor.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the bone editor and the image-rendering entry points in the application, then review how the current editor handles user interaction and temporary state. The work is done when users can draw, label, view, edit, delete, and temporarily save annotations on a bone image as described in the acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100