-
- Downloads
feat: rename completion_date to completion_date_start and add completion_date_end
- Renamed `completion_date` to `completion_date_start` across the application. - Added a new field `completion_date_end` to store the end date of the creation. - Updated views, controllers, tests, and database migrations accordingly.
Showing
- app/Http/Controllers/Admin/CreationController.php 8 additions, 4 deletionsapp/Http/Controllers/Admin/CreationController.php
- app/Models/Creation.php 2 additions, 1 deletionapp/Models/Creation.php
- database/factories/CreationFactory.php 5 additions, 1 deletiondatabase/factories/CreationFactory.php
- database/migrations/2025_02_14_104340_update_creations_table.php 24 additions, 0 deletions...e/migrations/2025_02_14_104340_update_creations_table.php
- resources/views/admin/creations/edit.blade.php 20 additions, 10 deletionsresources/views/admin/creations/edit.blade.php
- resources/views/public/portfolio-show.blade.php 5 additions, 2 deletionsresources/views/public/portfolio-show.blade.php
- tests/Feature/Controller/CreationTest.php 4 additions, 2 deletionstests/Feature/Controller/CreationTest.php
Loading