This repository was archived by the owner on May 29, 2026. It is now read-only.
feat(manifest): render status/category columns as badges#231
Merged
Conversation
…ge") Wire the built-in `"badge"` cell widget (→ CnStatusBadge, nc-vue beta.40) on the enum columns of the `type:"index"` pages so they render as styled pills instead of raw text: - Contracten / Komplianties / Moduleversies — `status` - Standaarden — `status` + `categorie` Pure manifest change — `"badge"` resolves to the lib's built-in widget (no `cellWidgets` registry needed); object-shaped columns require a `label`, so each carries one. Verified: `node tests/validate-manifest.js` → PASS (0 errors, schema 1.5.0), `npm run build` ✓.
Contributor
Quality Report — ConductionNL/softwarecatalog @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| composer | ✅ | ✅ 120/120 | |||
| npm | ✅ | ✅ 623/623 | |||
| PHPUnit | ❌ | ||||
| Newman | ⏭️ | ||||
| Playwright | ⏭️ |
Coverage: 0% (0/282 statements)
Quality workflow — 2026-05-13 05:04 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.
Wires the built-in
widget:"badge"(→CnStatusBadge, nc-vue beta.40) on the enum columns of thetype:"index"pages: Contracten/Komplianties/Moduleversiesstatus, Standaardenstatus+categorie. Pure manifest change —"badge"resolves to the lib's built-in widget (nocellWidgetsregistry needed); object-shaped columns require alabelso each carries one. Part of the fleet manifest-index wave (pipelinq #351, procest #436, scholiq #71, zaakafhandelapp #203); fuller formatter wiring tracked in #229. Verified:node tests/validate-manifest.jsPASS,npm run build✓.🤖 Generated with Claude Code