shopit-back/tests/Feature
ncoronel 754aeebe3a Squashed commit of the following:
commit c993da3397b65488d919d1b929cbd4638754601b
Author: ncoronel <ncoronel@quo.ar>
Date:   Tue Jul 28 09:54:10 2026 -0300

    feat(tickets): update ticket metadata layout for improved readability and clarity

commit 140fa4676d84bed788894e1d7994b26dccac7a34
Author: ncoronel <ncoronel@quo.ar>
Date:   Tue Jul 28 09:43:21 2026 -0300

    feat(tickets): enhance PDF ticket download with dynamic filename and improved styling

commit 8875c047b198776e61e8353c99cf4c7b00bc8fc9
Author: ncoronel <ncoronel@quo.ar>
Date:   Tue Jul 28 09:03:17 2026 -0300

    feat(tickets): add PDF download functionality for tickets

    - Implemented a new endpoint to download tickets as a PDF.
    - Created DownloadTicketsPdfRequest for validating ticket IDs.
    - Added TicketPdfService to handle PDF generation and QR code embedding.
    - Developed a Blade view for rendering ticket details in PDF format.
    - Updated API routes to include the new PDF download route.
    - Added tests to ensure authenticated users can download their tickets and that users cannot download tickets belonging to others.
    - Updated composer.json and composer.lock to include necessary dependencies for PDF generation and QR code creation.
2026-07-28 09:54:49 -03:00
..
Attachable feat: add success messages for cart item operations in CartController 2026-07-02 12:06:00 -03:00
Auth feat(purchase): add checkout expiration settings and reservation status to purchase items 2026-07-27 12:49:27 -03:00
Cart refactor(catalog): Complete catalog refactor to simplify its data model and its querying. 2026-07-21 09:23:19 -03:00
Catalog feat(variants): add minimum and maximum use dates to variants and update related logic 2026-07-27 14:59:07 -03:00
Integration fix(ticket): temporarily disable maximum use date validation in ticket generation 2026-07-27 17:01:08 -03:00
MailTest feat(mail): introduce MailService for tenant-specific SMTP handling and update related tests 2026-07-21 17:00:07 -03:00
Menu feat(menu): add label field to menu model and update related functionality 2026-07-24 10:08:04 -03:00
Notification Forgot password flow 2026-07-27 09:43:00 -03:00
Purchase feat(purchase): add checkout expiration settings and reservation status to purchase items 2026-07-27 12:49:27 -03:00
Seeders feat(variants): add minimum and maximum use dates to variants and update related logic 2026-07-27 14:59:07 -03:00
Tenant feat(menu): add label field to menu model and update related functionality 2026-07-24 10:08:04 -03:00
Ticket Squashed commit of the following: 2026-07-28 09:54:49 -03:00
ExampleTest.php initial commit 2026-06-18 10:09:24 -03:00