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

Fix frontend segmentation template creation process #264

Closed
zdeveloper opened this issue Sep 30, 2024 · 0 comments
Closed

Fix frontend segmentation template creation process #264

zdeveloper opened this issue Sep 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working Engineering

Comments

@zdeveloper
Copy link
Collaborator

The app currently cycles all pages to create a segmentation template, this leads to noticeable delay but most importantly, you have to be on the last page for it to work correctly.

Acceptance Criteria

  • Refactor the area of the code to utilize the hidden attribute, aka, keep all images in the dom all all times, that way no need to recycle them.
  • Remove the border around the created segmentation template.

image

@zdeveloper zdeveloper added OCR and removed OCR labels Sep 30, 2024
@bora-skylight bora-skylight added bug Something isn't working Engineering labels Sep 30, 2024
@knguyenrise8 knguyenrise8 self-assigned this Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Engineering
Projects
None yet
Development

No branches or pull requests

4 participants