Skip to content

fix: Store syntax error and deep link registration#104

Merged
rubenvdlinde merged 6 commits intodevelopmentfrom
fix/store-syntax-and-deeplinks
Mar 24, 2026
Merged

fix: Store syntax error and deep link registration#104
rubenvdlinde merged 6 commits intodevelopmentfrom
fix/store-syntax-and-deeplinks

Conversation

@rubenvdlinde
Copy link
Contributor

Summary

  • Add missing closing brace for map_layer_schema block in store.js — caused webpack build failure (import/export at top level parse error)
  • Fix deep link listener to use history-mode URL patterns matching the Vue Router config

Test plan

  • Verify npm run build completes without errors
  • Verify Procest case detail pages load correctly after build
  • Verify unified search deep links navigate to Procest case/task detail pages

🤖 Generated with Claude Code

- 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)
@github-actions
Copy link
Contributor

Quality Report

Repository ConductionNL/procest
Commit 6a374d2
Branch 104/merge
Event pull_request
Generated 2026-03-24 06:31 UTC
Workflow Run https://github.com/ConductionNL/procest/actions/runs/23476302179

Summary

Group Result
PHP Quality FAIL
Vue Quality FAIL
Security FAIL
License FAIL
PHPUnit SKIP
Newman SKIP

PHP Quality

Tool Result
lint PASS
phpcs FAIL
phpmd PASS
psalm PASS
phpstan PASS
phpmetrics PASS

Vue Quality

Tool Result
eslint FAIL
stylelint FAIL

Security

Ecosystem Result
composer PASS
npm FAIL

License Compliance

Ecosystem Result
composer PASS
npm FAIL

composer dependencies (100 total)

Metric Count
Approved (allowlist) 100
Approved (override) 0
Denied 0

PHPUnit Tests

PHPUnit 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.

Download the full PDF report from the workflow artifacts.

@github-actions
Copy link
Contributor

Quality Report

Repository ConductionNL/procest
Commit d42b099
Branch 104/merge
Event pull_request
Generated 2026-03-24 06:41 UTC
Workflow Run https://github.com/ConductionNL/procest/actions/runs/23476598709

Summary

Group Result
PHP Quality FAIL
Vue Quality FAIL
Security FAIL
License FAIL
PHPUnit SKIP
Newman SKIP
Playwright SKIP

PHP Quality

Tool Result
lint PASS
phpcs FAIL
phpmd PASS
psalm PASS
phpstan PASS
phpmetrics PASS

Vue Quality

Tool Result
eslint FAIL
stylelint FAIL

Security

Ecosystem Result
composer PASS
npm FAIL

License Compliance

Ecosystem Result
composer PASS
npm FAIL

composer dependencies (100 total)

Metric Count
Approved (allowlist) 100
Approved (override) 0
Denied 0

PHPUnit Tests

PHPUnit 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.

Download the full PDF report from the workflow artifacts.

@github-actions
Copy link
Contributor

Quality Report

Repository ConductionNL/procest
Commit d42b099
Branch 104/merge
Event pull_request
Generated 2026-03-24 06:43 UTC
Workflow Run https://github.com/ConductionNL/procest/actions/runs/23476598709

Summary

Group Result
PHP Quality FAIL
Vue Quality FAIL
Security FAIL
License FAIL
PHPUnit SKIP
Newman SKIP
Playwright SKIP

PHP Quality

Tool Result
lint PASS
phpcs FAIL
phpmd PASS
psalm PASS
phpstan PASS
phpmetrics PASS

Vue Quality

Tool Result
eslint FAIL
stylelint FAIL

Security

Ecosystem Result
composer PASS
npm FAIL

License Compliance

Ecosystem Result
composer PASS
npm FAIL

composer dependencies (100 total)

Metric Count
Approved (allowlist) 100
Approved (override) 0
Denied 0

PHPUnit Tests

PHPUnit 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.

Download the full PDF report from the workflow artifacts.

Pass human-readable type labels to CnObjectSidebar title prop
instead of showing raw object type strings like "procest_case".
@github-actions
Copy link
Contributor

Quality Report

Repository ConductionNL/procest
Commit a019e13
Branch 104/merge
Event pull_request
Generated 2026-03-24 06:51 UTC
Workflow Run https://github.com/ConductionNL/procest/actions/runs/23476896424

Summary

Group Result
PHP Quality FAIL
Vue Quality FAIL
Security FAIL
License FAIL
PHPUnit SKIP
Newman SKIP
Playwright SKIP

PHP Quality

Tool Result
lint PASS
phpcs FAIL
phpmd PASS
psalm PASS
phpstan PASS
phpmetrics PASS

Vue Quality

Tool Result
eslint FAIL
stylelint FAIL

Security

Ecosystem Result
composer PASS
npm FAIL

License Compliance

Ecosystem Result
composer PASS
npm FAIL

composer dependencies (100 total)

Metric Count
Approved (allowlist) 100
Approved (override) 0
Denied 0

PHPUnit Tests

PHPUnit 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.

Download the full PDF report from the workflow artifacts.

- 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
@github-actions
Copy link
Contributor

Quality Report

Repository ConductionNL/procest
Commit ec214dd
Branch 104/merge
Event pull_request
Generated 2026-03-24 10:10 UTC
Workflow Run https://github.com/ConductionNL/procest/actions/runs/23483993054

Summary

Group Result
PHP Quality FAIL
Vue Quality FAIL
Security FAIL
License FAIL
PHPUnit SKIP
Newman SKIP
Playwright SKIP

PHP Quality

Tool Result
lint PASS
phpcs FAIL
phpmd PASS
psalm PASS
phpstan PASS
phpmetrics PASS

Vue Quality

Tool Result
eslint FAIL
stylelint FAIL

Security

Ecosystem Result
composer PASS
npm FAIL

License Compliance

Ecosystem Result
composer PASS
npm FAIL

composer dependencies (100 total)

Metric Count
Approved (allowlist) 100
Approved (override) 0
Denied 0

PHPUnit Tests

PHPUnit 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.

Download the full PDF report from the workflow artifacts.

@rubenvdlinde rubenvdlinde merged commit 02f7dd9 into development Mar 24, 2026
14 of 20 checks passed
@rubenvdlinde rubenvdlinde deleted the fix/store-syntax-and-deeplinks branch March 24, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant