bcgov / invasivesbc

Inventory and database repository for the creation, treatment, and report on BC Invasive plants and animals.
Apache License 2.0
11 stars 5 forks source link

📁 Fetch recordset when record is opened #3487

Closed LocalNewsTV closed 1 month ago

LocalNewsTV commented 2 months ago

Describe the task

If the task will only make sense to a dev, add a :zap: to the title.

Fetch recordsets from the API once the Recordset has been opened, instead of when the Records page is opened

Value Add

Since currently all recordsets fetch from the Main page at once, this should reduce API calls to O(1) instead of O(n), boosting performance.

Acceptance Criteria

Additional Context

-