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

Add project management UI — list, create, settings, member management, archive and delete#5

Merged
WilcoLouwerse merged 3 commits into
developmentfrom
feature/4/projects
Apr 3, 2026
Merged

Add project management UI — list, create, settings, member management, archive and delete#5
WilcoLouwerse merged 3 commits into
developmentfrom
feature/4/projects

Conversation

@WilcoLouwerse

@WilcoLouwerse WilcoLouwerse commented Apr 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds full project management surface to Planix: project list view with search/filter, creation dialog, project board shell, settings sidebar, member management, and archive/delete flows
  • Implements `src/store/projects.js` (Pinia store using `useObjectStore`) and 8 Vue components covering all project lifecycle operations
  • Fixes webpack `output.publicPath` to `/apps-extra/planix/js/` — all code-split chunks were 404ing due to hardcoded `/apps/planix/js/` path
  • Fixes settings sidebar PATCH to include `members` field, preventing member list from being silently cleared on title/description save
  • Adds `Version20260403000000` migration to apply `publicWrite: true` / `publicRead: true` on existing planix register, enabling project creation for authenticated users
  • Adds 14 reusable test scenarios (TS-001–TS-014) in `test-scenarios/` for automated regression testing

Checks

  • ✅ All local checks passed (`composer check:strict`, `npm run lint`, `npm run build`) — verified in apply→verify loop

Test plan

  • All 11 functional TCs pass (automated `/test-functional` run)
  • Project list, create, settings sidebar, danger zone, access control verified
  • CI passes
  • Reviewed for regressions

…, and l10n

Add ProjectList, ProjectBoard, and ProjectBacklog views with supporting
store, router entries, and MainMenu navigation. Include l10n strings,
webpack config, and openspec plan/test-plan artifacts for the projects
change and all related MVP changes.
Adds full project management surface to Planix — list, create, settings
sidebar, member management, archive, and delete. All 47 tasks complete,
verified by automated functional tests (all 11 TC pass).

Key fixes applied during implementation:
- webpack publicPath overridden to /apps-extra/planix/js/ (chunk 404s)
- settings sidebar PATCH now includes members to prevent data loss on save
- NcChip imported via component path (not available in @nextcloud/vue main index v8.16.0)
- publicWrite/publicRead enabled on planix register via repair step migration
@github-actions

github-actions Bot commented Apr 3, 2026

Copy link
Copy Markdown
Contributor

Quality Report

Repository ConductionNL/planix
Commit a60acdd
Branch 5/merge
Event pull_request
Generated 2026-04-03 21:08 UTC
Workflow Run https://github.com/ConductionNL/planix/actions/runs/23962221162

Summary

Group Result
PHP Quality PASS
Vue Quality PASS
Security PASS
License PASS
PHPUnit PASS
Newman SKIP
Playwright SKIP

PHP Quality

Tool Result
lint PASS
phpcs PASS
phpmd PASS
psalm PASS
phpstan PASS
phpmetrics PASS

Vue Quality

Tool Result
eslint PASS
stylelint PASS

Security

Ecosystem Result
composer PASS
npm PASS

License Compliance

Ecosystem Result
composer PASS
npm PASS

composer dependencies (100 total)

Metric Count
Approved (allowlist) 100
Approved (override) 0
Denied 0

npm dependencies (215 total)

Metric Count
Approved (allowlist) 215
Approved (override) 0
Denied 0

PHPUnit Tests

PHP Nextcloud Result
Overall PASS

Code coverage: 0% (0 / 3 statements)

Integration Tests (Newman)

Newman integration tests were not enabled for this run.

E2E Tests (Playwright)

Playwright E2E tests were not enabled for this run.


Generated automatically by the Quality workflow.

Download the full PDF report from the workflow artifacts.

@WilcoLouwerse WilcoLouwerse merged commit 8c9e9ac into development Apr 3, 2026
50 checks passed
@WilcoLouwerse WilcoLouwerse deleted the feature/4/projects branch April 3, 2026 23:00
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