Redesign Datasets table and Annotator to industrial-HUD spec#16
Merged
Conversation
Datasets: rebuild the populated view as the bordered HUD table from the design handoff — grid columns (Dataset / Task / Assets / Coverage / Status), hairline row seams, inset header, coverage bar (green at 100%), and a status badge + ANNOTATE action per row. Harden the list response parser to accept both the paginated envelope and a bare array. Annotator: restructure to the full-viewport spec — toolbar (EXIT, // dataset context, BOX/POLYGON/KEYPOINT/CLASSIFY tools with keycap chips, dirty indicator + UNDO/SAVE), a 180/1fr/240 grid with a Classes panel (2px-accent active border, swatch, index), a centered canvas with a frame label and PREV/FRAME/NEXT bar, and an Annotations panel showing per-shape area% plus a TOOL/CLASS footer. All canvas drawing, undo/redo, bulk save, and neighbor navigation are preserved, as are the test ids. Backend: add additive coverage_pct + derived status (ready/annotating/ review) to GET /api/datasets, computed from the latest version's label_status distribution, to power the redesigned coverage column.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Datasets: rebuild the populated view as the bordered HUD table from the
design handoff — grid columns (Dataset / Task / Assets / Coverage /
Status), hairline row seams, inset header, coverage bar (green at 100%),
and a status badge + ANNOTATE action per row. Harden the list response
parser to accept both the paginated envelope and a bare array.
Annotator: restructure to the full-viewport spec — toolbar (EXIT,
// dataset context, BOX/POLYGON/KEYPOINT/CLASSIFY tools with keycap
chips, dirty indicator + UNDO/SAVE), a 180/1fr/240 grid with a Classes
panel (2px-accent active border, swatch, index), a centered canvas with
a frame label and PREV/FRAME/NEXT bar, and an Annotations panel showing
per-shape area% plus a TOOL/CLASS footer. All canvas drawing, undo/redo,
bulk save, and neighbor navigation are preserved, as are the test ids.
Backend: add additive coverage_pct + derived status (ready/annotating/
review) to GET /api/datasets, computed from the latest version's
label_status distribution, to power the redesigned coverage column.