We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Wafer Map has new rendering target goals for drawing a large number of wafers.
See the Rendering++ spec.
diesTable
setData
unsafe-eval
The text was updated successfully, but these errors were encountered:
munteannatan
Razvan1928
No branches or pull requests
🙋 Feature Request
😯 Problem to Solve
The Wafer Map has new rendering target goals for drawing a large number of wafers.
💁 Proposed Solution
See the Rendering++ spec.
📋 Tasks
Use lighthouse to track the performance of the wafermap on CI
PRs: Performance tests for wafermap #1786
will have async await for promises and error handling of rejection
PRs:
- Rendering implementation: Improve the Wafer Map web worker class to support offscreen rendering #1929
- Handling of undefined
diesTable
(see discussion): TBD- Error handling of async rendering: TBD
will split state on responsibility and sync it between wafer and worker
PRs:
- Refactored wafer map experimental structure and update cycle #2042
will bring parity with the old renderer
PRs:
- Created Wafer Map worker colors and text renderer #2154
will leave only the new update cycle inside the wafer map component
setData
methodwill test whether the input data is valid when the method is called and will return an error if not
will cover thread saturation and strict browser settings
will change highlights to get filtered by tags
blocked:
Fixed some typescript errors uwdata/arquero#346TypeScript support has been improved! Need to validate it's improved for us.unsafe-eval
. That probably blocks us from using it generally: Support Basic non-Strict Content-Security Policy (CSP) uwdata/arquero#361will make updates smooth and will allow for rendering interruptions for large wafers
will observe tokens on the wafer and pass to the worker (higher priority architecture pattern)
will use / create tokens that are theme-aware for colors, etc. (lower priority theme integration / awareness)
The text was updated successfully, but these errors were encountered: