cds-snc/track-web

When searching per department, ensure 'download csv' requests only data that is visible.

Opened this issue · 1 comments

This should be as simple as updating the 'download csv' link with the data from search bar and then a bit of work on filtering in the backend.

Alternatively, since the client side JS already has the data filtered, if it was possible to avoid the backend api call... That might be the better short term solution.