Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to label Scans with multiple Points #174

Closed
jpowie01 opened this issue Apr 5, 2018 · 0 comments
Closed

Allow users to label Scans with multiple Points #174

jpowie01 opened this issue Apr 5, 2018 · 0 comments
Assignees
Labels
Backend 🏭 Stuff related to Backend part. Frontend 🖥 Stuff related to Frontend part. P1 Things with #1 Priority

Comments

@jpowie01
Copy link
Member

jpowie01 commented Apr 5, 2018

Expected Behavior

Users should be able to label their Scans with points. Such points will be then assigned to a given tag.
Example task: "Using point please mark middle of the spine."

Tasks to do:

  • [Frontend] New Selection tool that will allow to enter Points,
  • [Backend] Extend existing structure and allow to add above Points to the Labels.

Points should be draggable! Everyone's not perfect :(

Proposal for JSON representation in the API (to be discussed):

{
  "x": 0.5,
  "y": 0.5,
  "slice_index": 0,
  "tag": "SPINE_CENTER",
  "tool": "SINGLE_POINT"
}

Proposal for UI design (to be discussed):

screen shot 2018-05-24 at 20 27 22

@jpowie01 jpowie01 added Frontend 🖥 Stuff related to Frontend part. P1 Things with #1 Priority labels Apr 5, 2018
@jpowie01 jpowie01 added this to the New labeling tools milestone Apr 5, 2018
@jpowie01 jpowie01 changed the title Allow users to label Scans with list of points Allow users to label Scans with list of Points Apr 6, 2018
@palucdev palucdev self-assigned this Apr 6, 2018
@palucdev palucdev removed their assignment May 23, 2018
@jpowie01 jpowie01 changed the title Allow users to label Scans with list of Points Allow users to label Scans with single Points May 24, 2018
@jpowie01 jpowie01 changed the title Allow users to label Scans with single Points Allow users to label Scans with multiple Points May 24, 2018
@jpowie01 jpowie01 added the Backend 🏭 Stuff related to Backend part. label May 24, 2018
@piotrwalkusz1 piotrwalkusz1 self-assigned this May 25, 2018
@ghost ghost added the Under Review ❗️ label Jun 28, 2018
@ghost ghost removed the Under Review ❗️ label Jul 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend 🏭 Stuff related to Backend part. Frontend 🖥 Stuff related to Frontend part. P1 Things with #1 Priority
Projects
None yet
Development

No branches or pull requests

3 participants