Skip to content

feat: Implement case-types spec — V1 admin tabs#41

Merged
rubenvdlinde merged 2 commits intodevelopmentfrom
feature/case-types
Mar 23, 2026
Merged

feat: Implement case-types spec — V1 admin tabs#41
rubenvdlinde merged 2 commits intodevelopmentfrom
feature/case-types

Conversation

@rubenvdlinde
Copy link
Contributor

Summary

  • Create ResultTypesTab with CRUD for result types including archival action and retention period
  • Create RoleTypesTab with CRUD for role types with generic role selection (8 ZGW-compatible roles)
  • Create PropertiesTab with CRUD for property definitions with type selection and required flag
  • Create DocumentTypesTab with CRUD for document types with category and required flag
  • Create shared sub-entity-tab.css for consistent styling across all configuration tabs
  • Update CaseTypeDetail with full 6-tab layout: General, Statuses, Results, Roles, Properties, Docs

Specs implemented

  • REQ-CT-07: Result type management tab with archival rules
  • REQ-CT-08: Role type management tab with generic role enum
  • REQ-CT-09: Property definition management tab
  • REQ-CT-10: Document type management tab
  • REQ-CT-15: Full tab layout (General, Statuses, Results, Roles, Properties, Docs)

Test plan

  • Verify all 6 tabs render correctly on case type detail
  • Verify CRUD operations for result types with archival rules
  • Verify CRUD operations for role types with generic role selection
  • Verify CRUD operations for property definitions with type and required
  • Verify CRUD operations for document types with category
  • Verify "Save first" notice shown on create mode for all sub-entity tabs

Generated with Claude Code

…e types, properties, document types

- Create ResultTypesTab.vue with CRUD for result types including archival action and retention period
- Create RoleTypesTab.vue with CRUD for role types with generic role selection
- Create PropertiesTab.vue with CRUD for property definitions with type and required flag
- Create DocumentTypesTab.vue with CRUD for document types with category and required flag
- Create shared sub-entity-tab.css for consistent tab styling
- Update CaseTypeDetail.vue with 6-tab layout: General, Statuses, Results, Roles, Properties, Docs

Implements: openspec/specs/case-types
Base automatically changed from feature/enrich-openspec-specs to development March 23, 2026 10:32
…ypes

# Conflicts:
#	src/views/settings/CaseTypeDetail.vue
#	src/views/settings/tabs/PropertiesTab.vue
@rubenvdlinde rubenvdlinde merged commit 1edc144 into development Mar 23, 2026
16 of 26 checks passed
@rubenvdlinde rubenvdlinde deleted the feature/case-types branch March 23, 2026 10:39
@github-actions
Copy link
Contributor

Quality Report

Repository ConductionNL/procest
Commit 1185ce1
Branch 41/merge
Event pull_request
Generated 2026-03-23 10:40 UTC
Workflow Run https://github.com/ConductionNL/procest/actions/runs/23433191623

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.

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