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

AG-11385 Initial ProxyInteractionService #1570

Merged
merged 10 commits into from May 13, 2024

Conversation

olegat
Copy link
Collaborator

@olegat olegat commented May 10, 2024

@olegat olegat marked this pull request as ready for review May 10, 2024 15:17
@olegat olegat requested a review from alantreadway as a code owner May 10, 2024 15:17
@olegat olegat force-pushed the AG-11385/initial_proxyInteractionService branch from 039db73 to 1418674 Compare May 10, 2024 15:22
olegat added 10 commits May 13, 2024 09:24
Also add stubbed ProxyInteractionService class which will be responsive
for creating hidden DOM elements that represent the chart for a11y.
This file is generic enough and doesn't need to know about the scene.
The BBox class is quite complex, but a lot of functionalities only need
small subset of this class. Examples:

- RegionManager only needs `containPoint` and `width * height` (area).
- FocusIndicator only needs `x, y, width, height`.
- QuadtreeNodeExact only needs `collidesBBox` and `containsPoint`.
- QuadtreeNodeNearest only needs `distanceSquared` and `containsPoint`.

This cleanup will hopefully make code maintanance easier.
@olegat olegat force-pushed the AG-11385/initial_proxyInteractionService branch from a38afb2 to 037c39c Compare May 13, 2024 08:25
Copy link
Member

@alantreadway alantreadway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alantreadway alantreadway merged commit 339ee1b into latest May 13, 2024
11 checks passed
@alantreadway alantreadway deleted the AG-11385/initial_proxyInteractionService branch May 13, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants