oss-slu / oss-slu/DigitalBoneBox

Annotation Feature

Open
#14 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

editor enhancement front-end study tools
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:

  1. Implement click-and-drag functionality to create bounding boxes or shapes on the image.
  2. Add functionality to label the annotated areas with text.
  3. Make sure annotations are visible over the image.
  4. Allow users to modify annotations (move, resize, delete).
  5. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.