fix: Store syntax error and deep link registration#104
fix: Store syntax error and deep link registration#104rubenvdlinde merged 6 commits intodevelopmentfrom
Conversation
- playwright.config.ts with global-setup auth - 3 spec files: smoke, navigation, pages - Pages spec verifies dashboard, cases, tasks, my-work - 4 test flow markdowns for LLM-based testing - Covers: dashboard, navigation, case management, task management
- New case form: Status, Case Information, Participants, Tasks, Activity - Field verification: Title, Description, Priority, Handler, etc. - Activity note input and Add Participant button
- Add missing closing brace for map_layer_schema block in store.js, which caused a webpack build failure (import/export at top level) - Fix deep link listener to use history-mode URL patterns (no hash)
Quality Report
Summary
PHP Quality
Vue Quality
Security
License Compliance
composer dependencies (100 total)
PHPUnit TestsPHPUnit tests were not enabled for this run. Integration Tests (Newman)Newman integration tests were not enabled for this run. Generated automatically by the Quality workflow.
|
Quality Report
Summary
PHP Quality
Vue Quality
Security
License Compliance
composer dependencies (100 total)
PHPUnit TestsPHPUnit tests were not enabled for this run. Integration Tests (Newman)Newman integration tests were not enabled for this run. E2E Tests (Playwright)Playwright E2E tests were not enabled for this run. Generated automatically by the Quality workflow.
|
Quality Report
Summary
PHP Quality
Vue Quality
Security
License Compliance
composer dependencies (100 total)
PHPUnit TestsPHPUnit tests were not enabled for this run. Integration Tests (Newman)Newman integration tests were not enabled for this run. E2E Tests (Playwright)Playwright E2E tests were not enabled for this run. Generated automatically by the Quality workflow.
|
Pass human-readable type labels to CnObjectSidebar title prop instead of showing raw object type strings like "procest_case".
Quality Report
Summary
PHP Quality
Vue Quality
Security
License Compliance
composer dependencies (100 total)
PHPUnit TestsPHPUnit tests were not enabled for this run. Integration Tests (Newman)Newman integration tests were not enabled for this run. E2E Tests (Playwright)Playwright E2E tests were not enabled for this run. Generated automatically by the Quality workflow.
|
- Cases: new case modal with case type, title, description, location - Tasks: search bar and filter comboboxes - Work Queue: 4 stat cards (Open/Overdue/Completed/Unassigned) + filters - B&W Voorstellen: Nieuw voorstel button, Actief/Afgerond/Alle tabs, Dutch empty state - Doorlooptijd: Processing Time Analytics heading, SLA text, Dashboard button - Settings: version info, configuration fields, case type management, save/re-import
Quality Report
Summary
PHP Quality
Vue Quality
Security
License Compliance
composer dependencies (100 total)
PHPUnit TestsPHPUnit tests were not enabled for this run. Integration Tests (Newman)Newman integration tests were not enabled for this run. E2E Tests (Playwright)Playwright E2E tests were not enabled for this run. Generated automatically by the Quality workflow.
|
Summary
map_layer_schemablock instore.js— caused webpack build failure (import/export at top levelparse error)Test plan
npm run buildcompletes without errors🤖 Generated with Claude Code