QutEcoacoustics / workbench-client

workbench-client: a client side browser application for interacting with acoustic workbenches
Other
8 stars 1 forks source link

Refactor all search fields as individual search form components #2150

Open hudson-newey opened 3 weeks ago

hudson-newey commented 3 weeks ago

At the moment when we add a project, region, site, or tag typeahead to a form, we have to duplicate search callback and templating logic.

We should refactor project, region, site, and tag typeaheads into individual components that can be dragged and dropped into an ngForm.