TenantAtlas/app/Services/Inventory
ahmido ef5c223172 fix(onboarding): preserve workspace scope and consent flow (#117)
## Summary
<!-- Kurz: Was ändert sich und warum? -->

## Spec-Driven Development (SDD)
- [ ] Es gibt eine Spec unter `specs/<NNN>-<feature>/`
- [ ] Enthaltene Dateien: `plan.md`, `tasks.md`, `spec.md`
- [ ] Spec beschreibt Verhalten/Acceptance Criteria (nicht nur Implementation)
- [ ] Wenn sich Anforderungen während der Umsetzung geändert haben: Spec/Plan/Tasks wurden aktualisiert

## Implementation
- [ ] Implementierung entspricht der Spec
- [ ] Edge cases / Fehlerfälle berücksichtigt
- [ ] Keine unbeabsichtigten Änderungen außerhalb des Scopes

## Tests
- [ ] Tests ergänzt/aktualisiert (Pest/PHPUnit)
- [ ] Relevante Tests lokal ausgeführt (`./vendor/bin/sail artisan test` oder `php artisan test`)

## Migration / Config / Ops (falls relevant)
- [ ] Migration(en) enthalten und getestet
- [ ] Rollback bedacht (rückwärts kompatibel, sichere Migration)
- [ ] Neue Env Vars dokumentiert (`.env.example` / Doku)
- [ ] Queue/cron/storage Auswirkungen geprüft

## UI (Filament/Livewire) (falls relevant)
- [ ] UI-Flows geprüft
- [ ] Screenshots/Notizen hinzugefügt

## Notes
<!-- Links, Screenshots, Follow-ups, offene Punkte -->

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #117
2026-02-15 22:27:55 +00:00
..
DependencyTargets feat/042-inventory-dependencies-graph (#50) 2026-01-10 12:50:08 +00:00
CoverageCapabilitiesResolver.php feat/047-inventory-foundations-nodes (#51) 2026-01-10 20:47:29 +00:00
DependencyExtractionService.php fix(onboarding): preserve workspace scope and consent flow (#117) 2026-02-15 22:27:55 +00:00
DependencyQueryService.php feat/042-inventory-dependencies-graph (#49) 2026-01-10 00:20:14 +00:00
InventoryConcurrencyLimiter.php feat/040-inventory-core (#43) 2026-01-07 14:54:24 +00:00
InventoryMetaSanitizer.php feat/040-inventory-core (#43) 2026-01-07 14:54:24 +00:00
InventoryMissingService.php feat(spec-087): remove legacy runs (#106) 2026-02-12 12:40:51 +00:00
InventorySelectionHasher.php feat/040-inventory-core (#43) 2026-01-07 14:54:24 +00:00
InventorySyncService.php fix(onboarding): preserve workspace scope and consent flow (#117) 2026-02-15 22:27:55 +00:00