epistemonikos / isoq

iSoQ
https://isoq.epistemonikos.org
2 stars 0 forks source link

Refactor CSV export format in crudTables.vue #265

Closed damian-garrido closed 4 months ago

damian-garrido commented 4 months ago

This pull request refactors the CSV export format in the crudTables.vue file. The previous implementation was sending multiple requests for each file, which has been optimized to send only one request when marking/unmarking a folder as viewed. This improves the performance and efficiency of the export functionality.