Closed LocalNewsTV closed 1 month ago
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
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.
/Records
/Records page
-
Describe the task
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
/Records
page, the API is not queried./Records page
, an API Request is sent, and the records are displayed matching the recordset.Additional Context
-