feat: adopt the Features & Roadmap menu (template ships it)#33
Merged
Conversation
Ships the in-product Features & Roadmap page wired into the manifest so apps scaffolded from this template inherit the Settings-section "Features & roadmap" entry (powered by OpenRegister's github-issue-proxy, UI from @conduction/nextcloud-vue). Mirrors the per-app adoptions (procest/decidesk/ pipelinq/scholiq/openbuilt). - src/views/FeaturesRoadmap.vue — thin wrapper around CnFeaturesAndRoadmapView; the `repo` fallback is `ConductionNL/nextcloud-app-template` — cloners change it (or provide it via IInitialState `<appId>::features_roadmap_*`) - customComponents.js — register it as the `FeaturesRoadmap` custom component - manifest.json — add the `FeaturesRoadmap` custom page (route /features-roadmap) + a `FeaturesRoadmapMenu` entry in the settings section - bump @conduction/nextcloud-vue ^1.0.0-beta.12 → ^1.0.0-beta.35; pin @nextcloud/axios ~2.5.2 (+ overrides) — 2.6.0 ships a broken `exports` field that breaks @nextcloud/vue under webpack (cf. ConductionNL/openregister#1489) Refs: ConductionNL/hydra#251
Contributor
Quality Report — ConductionNL/nextcloud-app-template @
|
| 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-12 10:13 UTC
Download the full PDF report from the workflow artifacts.
….0.0-beta.35 bump
Contributor
Quality Report — ConductionNL/nextcloud-app-template @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| composer | ✅ | ✅ 100/100 | |||
| npm | ✅ | ✅ 428/428 | |||
| PHPUnit | ✅ | ||||
| Newman | ✅ | ||||
| Playwright | ⏭️ |
Coverage: 0% (0/3 statements)
Quality workflow — 2026-05-12 10:33 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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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 Features & Roadmap page into the template's manifest so apps scaffolded from it inherit the Settings-section "Features & roadmap" entry — the in-product two-tab page (Features manifest + GitHub roadmap, with the Suggest action) powered by OpenRegister's
github-issue-proxyand@conduction/nextcloud-vue. Org-wide rollout (ConductionNL/hydra#251); mirrors ConductionNL/procest#422, ConductionNL/decidesk#183, ConductionNL/pipelinq#344, ConductionNL/scholiq#49, ConductionNL/openbuilt#25.src/views/FeaturesRoadmap.vue— thin wrapper aroundCnFeaturesAndRoadmapView; therepofallback isConductionNL/nextcloud-app-template(a comment tells cloners to change it; can also come fromIInitialState<appId>::features_roadmap_*).customComponents.js— registers it as theFeaturesRoadmapcustom component.manifest.json— adds theFeaturesRoadmaptype:custompage (/features-roadmap) + aFeaturesRoadmapMenusettings entry.package.json— bumps@conduction/nextcloud-vue^1.0.0-beta.12→^1.0.0-beta.35; pins@nextcloud/axios ~2.5.2(+overrides) —2.6.0shipped a brokenexportsfield (dropped therequirecondition) that breaks@nextcloud/vueunder webpack (see Migrate @conduction/nextcloud-vue 0.1.x → 1.x (blocks Features & Roadmap pilot) openregister#1489).Test plan
npm install && npm run buildgreen/features-roadmaprenders the Features + Roadmap tabs + Suggest buttonRefs: ConductionNL/hydra#251 · ConductionNL/openregister#1489