Adds a segmented meter to each grid tile which displays what tasks have or have not been completed for the given tile
Bug Fixes
Fixes some leaky tests in decision.spec.ts which could cause other tests to incorrectly fail
Do not show a decision highlight for a skip decision
Fix a bug where [Object object] would be shown in the tile figure title if there was no tag column in the dataset
Code Quality
Remove empty .gitkeep file from e2e test folder (/e2e/)
Adds tag column to the verification grid test dataset
Re-order some info-cards properties to reflect the code-style.md (context's should come first)
RequiredClassificationTags no longer returns duplicate tag models
This was originally here because we did not have any e2e tests, but still wanted the directory to exist so that Playwright would not throw an error "could not find directory tests/" when running in CI.
Show completed actions in segmented meter
Changes
Features
Bug Fixes
decision.spec.ts
which could cause other tests to incorrectly failtag
column in the datasetCode Quality
.gitkeep
file from e2e test folder (/e2e/
)tag
column to the verification grid test datasetRequiredClassificationTags
no longer returns duplicate tag modelsThis was originally here because we did not have any e2e tests, but still wanted the directory to exist so that Playwright would not throw an error "could not find directory tests/" when running in CI.
Remaining Bugs / Unresolved Problems
Visual Changes
A progress meter showing the hover tooltip
Documentation Examples
https://66cd28fa0d24d7546b7bee44--oe-web-components.netlify.app/examples/verification/classification/
Related Issues
Fixes: #134
Final Checklist
pnpm lint
runs without any errorspnpm test
runs without any errors