Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 feat(manifest.json): update outbound-access path to include all sub… #2

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Apr 13, 2023

  1. 🚀 feat(manifest.json): update outbound-access path to include all sub…

    …-paths
    
    ✨ feat(en.json): add export returns table filter
    The outbound-access path has been updated to include all sub-paths by adding a wildcard character to the end of the path. This allows the outbound-access to match all sub-paths under the specified path. The en.json file has been updated to include a new table filter for exporting returns. This will allow users to export returns data in a more convenient way.
    
    🆕 feat(return.ts): add exportReturns method to Return class
    🆕 feat(index.ts): add exportRequests middleware to handle GET requests to /exportRequests endpoint
    The `exportReturns` method is added to the `Return` class, which allows the client to generate an export of returns. The `exportRequests` middleware is added to handle GET requests to the `/exportRequests` endpoint. This middleware will be responsible for calling the `exportReturns` method and returning the response to the client.
    
    🆕 feat(exportRequests.ts): add middleware to export return requests as CSV
    🚀 chore(service.json): add route for exportRequests middleware
    The exportRequests middleware is added to export return requests as CSV. The middleware checks for the '_dateSubmitted' query parameter and throws an error if it is not present. The middleware then exports the return requests as CSV and sets the response headers accordingly. The service.json file is updated to include the route for the exportRequests middleware. The route is public and accessible via the '/_v/return-request/export' path.
    
    🚀 feat(ListTableFilter.tsx): add CSV export functionality
    This commit adds a new function called `downloadCSV` that exports the return requests data to a CSV file. The function is called when the user clicks on a new button added to the component. The button is only enabled when the user has selected a date range to filter the data. The CSV file is downloaded from the endpoint `/_v/return-request/export` and is named `requests.csv`.
    johnmartinez93 committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    50c6f9a View commit details
    Browse the repository at this point in the history
  2. 🔧 chore(return.ts): refactor routes to use defaultAccount and workspa…

    …ce variables
    
    This commit refactors the routes in the Return class to use the defaultAccount and workspace variables instead of hardcoding the values. This improves consistency and makes it easier to change the values in the future. Additionally, console.info statements were added to help with debugging.
    johnmartinez93 committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e7d9fd9 View commit details
    Browse the repository at this point in the history
  3. 🌟 feat(bg.json): add export returns button to return request list tab…

    …le filters
    
    🐛 fix(bg.json): add missing comma in input-iban-invalid error message
    The export returns button has been added to the return request list table filters, which allows users to export the list of returns. A missing comma has been added to the input-iban-invalid error message to fix a syntax error.
    
    🔧 chore(context.json): remove unused translations
    The commit removes unused translations from the context.json file. The translations that were removed were not being used in the application and were just taking up space.
    
    🌐 feat(i18n): add export returns filter to return request list table
    The i18n messages for Spanish, French, and Italian have been updated to include a new filter option for exporting returns in the return request list table. This feature allows users to export the list of returns in a CSV format for further analysis. Additionally, a comma has been added to separate the last two items in the messages to improve readability.
    
    🌐 feat(i18n): add export returns translation to return request list table filters
    Added translations for "EXPORTEREN" in Dutch, "EXPORTAR" in Portuguese, and "EXPORTĂ" in Romanian to the return request list table filters. This allows users to export returns in their preferred language.
    
    🌐 i18n(th.json): add export-returns filter to return-request-list table
    This commit adds a new filter to the return-request-list table in the Thai translation file. The new filter is named "export-returns" and is translated to "ส่งออก". This filter will allow users to export the list of returns in the table. Additionally, a comma was added to the end of the previous line to improve consistency.
    johnmartinez93 committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    6189a48 View commit details
    Browse the repository at this point in the history