ecoacoustics / web-components

https://oe-web-components.netlify.app/
MIT License
1 stars 0 forks source link

Refactor out selection handling in verification grid to reactive controller #93

Open hudson-newey opened 2 months ago

hudson-newey commented 2 months ago

The verification grid component is very large and handles a lot of functionality

To help with separation of concerns, increase code readability, and reduce the risk of bugs/regressions, we should create a reactive controller that the verification grid can consume.

This reactive controller would handle selection events, sub-selection, and the selection highlight box