feat: OpenSpec specs for 10 Nextcloud deep integration surfaces#980
Open
rubenvdlinde wants to merge 3 commits intodevelopmentfrom
Open
feat: OpenSpec specs for 10 Nextcloud deep integration surfaces#980rubenvdlinde wants to merge 3 commits intodevelopmentfrom
rubenvdlinde wants to merge 3 commits intodevelopmentfrom
Conversation
Proposals for centralized integration between OpenRegister and Nextcloud surfaces (Files, Mail, Contacts, Calendar, Activity, Workflow, Profile). Changes: - action-registry: Core event-based action registration with APCu caching - files-sidebar-tabs: Entities/Objects/Actions tabs in Files sidebar - file-actions: Right-click context menu actions from consuming apps - mail-sidebar: Entities/Objects/Actions in Mail message detail - mail-smart-picker: Smart Picker reference provider for Mail/Text/Talk - contacts-actions: ContactsMenu integration with entity matching - activity-provider: Centralized activity stream for all consuming apps - calendar-provider: Object dates as calendar events - workflow-operations: Nextcloud Flow automation operations - profile-actions: User profile link actions with entity mapping Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…hanges Design docs, detailed specs (GIVEN/WHEN/THEN), and task breakdowns for: - action-registry: 444-line spec, 46 scenarios, 14 tasks - files-sidebar-tabs: 251-line spec, 30+ scenarios, 11 tasks - file-actions: 435-line spec, 50+ scenarios, 88 tasks - mail-sidebar: 442-line spec, 30+ scenarios, 55 tasks - mail-smart-picker: 236-line spec, 24 scenarios, 22 tasks - contacts-actions: 261-line spec, 25+ scenarios, 30 tasks - activity-provider: 265-line spec, 26 scenarios, 42 tasks - calendar-provider: 382-line spec, 35+ scenarios, 15 task groups - workflow-operations: 267-line spec, 33 scenarios, 23 tasks - profile-actions: 343-line spec, 38 scenarios, 29 tasks Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Quality Report
Summary
PHP Quality
Vue Quality
Security
License Compliance
composer dependencies (147 total)
npm dependencies (586 total)
PHPUnit TestsPHPUnit tests were not enabled for this run. 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.
|
WilcoLouwerse
approved these changes
Mar 24, 2026
rjzondervan
approved these changes
Mar 24, 2026
Contributor
Quality Report
Summary
PHP Quality
Vue Quality
Security
License Compliance
composer dependencies (147 total)
npm dependencies (595 total)
PHPUnit TestsPHPUnit tests were not enabled for this run. 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.
|
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.
Summary
Changes
action-registryfiles-sidebar-tabsfile-actionsmail-sidebarmail-smart-pickercontacts-actionsactivity-providercalendar-providerworkflow-operationsprofile-actionsArchitecture
Same pattern as existing
DeepLinkRegistrationEvent: OpenRegister owns the integration, consuming apps (Procest, Pipelinq, DocuDesk, etc.) register via event listeners.Recommended implementation order
action-registry(foundation)files-sidebar-tabs+file-actionsmail-smart-pickermail-sidebarTest plan