ifnex/04_Laravel/app
Kazem Alghasi 8d228993f9 refactor(api): expose wallet and discount endpoints and cleanup project
Implement new API controllers for wallet management and discount code
validation. This includes adding an Artisan command for exchange rate
updates and refining the API routing structure.

Additionally, perform a significant cleanup of the repository by
removing obsolete migrations, debug scripts, and temporary test files.
Security and configuration improvements include restricting CORS origins
via environment variables and updating the system settings schema.

- Add `WalletController` and `DiscountCodeController` APIs
- Add `UpdateExchangeRates` command
- Remove redundant migrations and debug/test scripts
- Secure CORS configuration using `CORS_ALLOWED_ORIGINS`
- Update `STATUS.md` to reflect current phase progress
2026-08-05 22:46:31 +03:30
..
Console/Commands refactor(api): expose wallet and discount endpoints and cleanup project 2026-08-05 22:46:31 +03:30
Enums feat(shipment): implement PDF generation for AWB, invoice, and labels 2026-08-04 09:20:23 +03:30
Filament feat(logic): integrate discount code application and wallet services 2026-08-05 19:16:09 +03:30
Http refactor(api): expose wallet and discount endpoints and cleanup project 2026-08-05 22:46:31 +03:30
Imports feat(logic): integrate discount code application and wallet services 2026-08-05 19:16:09 +03:30
Models feat(logic): integrate discount code application and wallet services 2026-08-05 19:16:09 +03:30
Providers refactor(ui): clean up middleware configuration in AdminPanelProvider 2026-08-05 16:57:25 +03:30
Services feat(logic): integrate discount code application and wallet services 2026-08-05 19:16:09 +03:30