This repository was archived by the owner on May 29, 2026. It is now read-only.
chore(openspec): ADR-022 leaf-migration specs (maps/calendar/shares/analytics/forms)#612
Merged
Merged
Conversation
…hares/analytics/forms Five SPECS-ONLY migration changes moving procest from in-app NC features to OpenRegister integration leaves per hydra ADR-022: - migrate-maps-to-maps-leaf: Leaflet/WMS/WFS map UI -> maps leaf (geo data kept) - migrate-appointments-to-calendar-leaf: LocalBackend -> calendar leaf; Qmatic/JCC flagged as ADR-022 exception (external municipal systems) - migrate-public-share-to-shares-leaf: PublicShareController token sharing -> shares leaf - migrate-sla-dashboard-to-analytics-leaf: doorlooptijd charts -> analytics leaf (SLA compliance calc stays in-app as case-domain logic) - migrate-inspection-forms-to-forms-leaf: checklist/advice forms -> forms leaf, inspection photos -> photos leaf (immutability + photo-gate rules stay) CMMN/ZGW engine + parafering e-signature stay in-app (documented exceptions). All five pass 'openspec validate --strict'. No code applied.
Contributor
Quality Report — ConductionNL/procest @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ❌ | ||||
| phpcs | ❌ | ||||
| phpmd | ❌ | ||||
| psalm | ❌ | ||||
| phpstan | ❌ | ||||
| phpmetrics | ❌ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| composer | ❌ | ❌ | |||
| npm | ✅ | ✅ 327/327 | |||
| PHPUnit | ⏭️ | ||||
| Newman | ⏭️ | ||||
| Playwright | ⏭️ |
Quality workflow — 2026-05-25 23:23 UTC
Download the full PDF report from the workflow artifacts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SPECS-ONLY (opsx artifacts). Five OpenSpec migration changes moving procest from building in-app Nextcloud-feature stacks to consuming OpenRegister integration leaves, per hydra ADR-022 (apps consume OR abstractions). No code applied — apply runs through Hydra later.
Each change ships
proposal.md+design.md+specs/<cap>/spec.md(## ADDED Requirements) +tasks.mdand passesopenspec validate <name> --strict.migrate-maps-to-maps-leafWmsWfsService/WfsExportService/LocationService→ maps leaf on case detail; caselocationgeo data kept. References hydrashared-pdok-via-openconnectorfor PDOK (not duplicated).migrate-appointments-to-calendar-leafLocalBackendscheduling → calendar leaf; zaak appointment metadata kept as case fields. Qmatic/JCC flagged as ADR-022 exception (external municipal systems the leaf can't model) — keep in-app behind app-local ADR (a) or move to openconnector source (b).migrate-public-share-to-shares-leafPublicShareController+CreateShareDialog.vuetoken sharing → shares leaf. Partner-organisation handover stays in-app (zaak-domain).migrate-sla-dashboard-to-analytics-leafDoorlooptijdDashboard.vueapexcharts → analytics leaf; SLA compliance calc (doorlooptijdHelpers.js) stays in-app as case-domain logic feeding the leaf.migrate-inspection-forms-to-forms-leaffotoRequired) + append-only immutability listener stay in-app.Kept in-app (documented ADR-022 exceptions — NOT migrated)
migrate-parafering-to-or-approval-workflow).Flagged exception
Do not merge — coordinated via Hydra.