Tags: MayGo/tockler
Tags
feat: implement export functionality for track items - Added a new exportFile function to handle exporting track items in CSV or JSON format. - Updated the API to utilize the new export functionality, replacing the previous findAndExportAllItems method. - Refactored related database queries to streamline the export process and improve code organization.
feat: update total duration calculations in tables and API - Modified the SearchResults component to use totalDuration for sumTotal. - Enhanced ItemsTable to calculate subtotal from current page data and updated total display format. - Updated TrackItemTable to calculate total duration for all filtered data. - Adjusted calculateTotal utility to return total milliseconds instead of formatted duration. - Extended the search API to include totalDuration in the response for better data handling.
PreviousNext