Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

feat(manifest-v2): TemplateGallery→index, designers→detail, FeaturesRoadmap→roadmap - #123

Merged
rubenvdlinde merged 1 commit into
developmentfrom
customs-to-typed/issue-110-followup
May 20, 2026
Merged

feat(manifest-v2): TemplateGallery→index, designers→detail, FeaturesRoadmap→roadmap#123
rubenvdlinde merged 1 commit into
developmentfrom
customs-to-typed/issue-110-followup

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Combines the #110/#112 follow-up flips with the fleet-wide FeaturesRoadmap conversion.

Flips (6 customs → typed primitives, leaves 1 residual):

Before After Notes
Schemas (custom) index on openbuilt/application top-level schema overview
Templates (custom) index on openbuilt/application-template cards viewMode (same data shape as index, just different visualisation)
SchemaDesignerList (custom) index on openbuilt/application per-app schemas under /builder/:slug/schemas
SchemaDesigner (custom) detail + slots.default → SchemaDesignerView CnDetailPage shell + bespoke designer canvas in body
PageDesigner (custom) detail + slots.default → PageDesignerView same pattern; three-pane manifest editor in body
Exports (custom) index on openbuilt/export-job
FeaturesRoadmap (custom) roadmap nc-vue CnFeaturesAndRoadmapPage; deletes 30-line wrapper
BuilderHost (custom) unchanged genuine meta-app-shell (nested CnAppRoot loading a virtual app's manifest); no typed analogue

Type breakdown: dashboard:1 index:2 detail:0 custom:8dashboard:1 index:5 detail:3 custom:1 roadmap:1 (73% → 9% custom).

Bumps @conduction/nextcloud-vue ^1.0.0-beta.40^1.0.0-beta.61 for the type:"roadmap" enum + default-body fallback + CnDataTable guard.

…oadmap→roadmap (refs #112)

Combines the #110 follow-up flips (TemplateGallery as cards-index,
Page/SchemaDesigner as detail-with-slots, Exports as index over
export-job) with the fleet-wide FeaturesRoadmap conversion to
type:"roadmap" shipped in nc-vue beta.61 (nextcloud-vue#265).

Page-type breakdown shifts from:
  dashboard:1 index:2 detail:0 custom:8 = 11 pages (73% custom)
to:
  dashboard:1 index:5 detail:3 custom:1 roadmap:1 = 11 pages (9% custom)

Flips (5 → typed primitives):

  * Schemas → type:"index" on openbuilt/application
  * Templates → type:"index" on openbuilt/application-template
    (cards viewMode — matches the original TemplateGallery shape
    Ruben called out: same data shape as index, just a different
    visualisation)
  * SchemaDesignerList → type:"index" on openbuilt/application
    (per-app schemas under /builder/:slug/schemas)
  * SchemaDesigner → type:"detail" + slots.default → SchemaDesignerView
    (CnDetailPage shell + bespoke designer canvas in the body slot)
  * PageDesigner → type:"detail" + slots.default → PageDesignerView
    (same pattern; bespoke three-pane manifest editor as body)
  * Exports → type:"index" on openbuilt/export-job

Flip (1 → roadmap):

  * FeaturesRoadmap → type:"roadmap" (nc-vue CnFeaturesAndRoadmapPage
    auto-resolves repo/features/disabled via manifest config →
    loadState(appId, ...) → fallback chain)

Stays custom (1 entry, genuine reason):

  * BuilderHost (/builder/:slug/:pathMatch(.*)?) — meta-app-shell that
    mounts a nested CnAppRoot rendering a virtual app's own manifest.
    No standard typed page covers "app inside app" runtime hosting.

Side effects:
  * Deletes src/views/FeaturesRoadmap.vue (was wrapper for the old
    type:"custom" surface).
  * Drops unused TemplateGalleryView + ExportJobsView + FeaturesRoadmap
    entries from src/customComponents.js + src/registry.js (their pages
    are now typed primitives).
  * Bumps @conduction/nextcloud-vue ^1.0.0-beta.40 → ^1.0.0-beta.61.
@rubenvdlinde
rubenvdlinde merged commit 9a2bed5 into development May 20, 2026
14 of 20 checks passed
@rubenvdlinde
rubenvdlinde deleted the customs-to-typed/issue-110-followup branch May 20, 2026 10:16
@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/openbuilt @ 26554a9

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
composer ✅ 100/100
npm
PHPUnit ⏭️
Newman ⏭️
Playwright ⏭️

Quality workflow — 2026-05-20 10:16 UTC

Download the full PDF report from the workflow artifacts.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant