41 lines
1.3 KiB
Markdown
41 lines
1.3 KiB
Markdown
---
|
|
phase: 43-print-queue-entry-removal
|
|
plan: 01
|
|
status: completed_with_manual_checkpoint_pending
|
|
completed: 2026-03-25
|
|
---
|
|
|
|
# Phase 43 Plan 01 Summary
|
|
|
|
## Result
|
|
- Dodano backendowe usuwanie wpisu kolejki (`PrintJobRepository::deleteById`, `PrintSettingsController::deleteJob`, route POST).
|
|
- W UI `Ustawienia > Drukowanie` dodano przycisk `Usun` dla wpisow kolejki z potwierdzeniem `OrderProAlerts.confirm(...)`.
|
|
- Zmiana styli kolejki wdrozona przez SCSS i build CSS.
|
|
|
|
## Acceptance Criteria
|
|
- AC-1: Pass
|
|
- AC-2: Pass
|
|
- AC-3: Pass
|
|
|
|
## Verification
|
|
- `php -l src/Modules/Printing/PrintJobRepository.php` PASS
|
|
- `php -l src/Modules/Settings/PrintSettingsController.php` PASS
|
|
- `php -l routes/web.php` PASS
|
|
- `php -l resources/views/settings/printing.php` PASS
|
|
- `npm run build:css` PASS
|
|
- `rg` checks for delete flow references PASS
|
|
|
|
## Manual Checkpoint
|
|
- Wymagany checkpoint UAT z planu (klik `Usun`, potwierdzenie modalem, odswiezenie listy) pozostaje do potwierdzenia przez uzytkownika.
|
|
|
|
## Files
|
|
- `src/Modules/Printing/PrintJobRepository.php`
|
|
- `src/Modules/Settings/PrintSettingsController.php`
|
|
- `routes/web.php`
|
|
- `resources/views/settings/printing.php`
|
|
- `resources/scss/modules/_printing.scss`
|
|
- `public/assets/css/app.css`
|
|
- `DOCS/ARCHITECTURE.md`
|
|
- `DOCS/TECH_CHANGELOG.md`
|
|
- `DOCS/todo.md`
|