Collaborative Content Versioning for Concurrent External Editing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current content management systems (CMS) lack the capability to enable concurrent modification of content by multiple users, leading to continuity and consistency issues when users modify content using external editors, and often restrict access to prevent conflicts, limiting collaboration and efficiency.

Innovation Solution

A content management system that facilitates concurrent modification by copying content to a transient storage medium, allowing multiple users to edit mirrored copies, with synchronization and version control to manage changes and ensure consistency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If multiple users are allowed to concurrently modify content using external editors, then collaboration efficiency and productivity improve, but content consistency and reliability deteriorate due to conflicts and discontinuous editing streams

Engineering Contradiction:
Improvecollaboration efficiencyVSAvoidcontent consistency
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system creates a copy of the content item and stores it in external storage media accessible by multiple users. This copy serves as the basis for concurrent external editing while the original content remains intact in the CMS, allowing multiple users to work simultaneously without direct conflicts on the master copy.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The system introduces an intermediary synchronization mechanism that mediates between external editors and the CMS. This intermediary manages the transfer of content to external storage and back, coordinating changes and resolving conflicts to maintain content consistency across all users.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Reliability

If access to content is restricted to prevent conflicts, then content reliability is maintained, but collaboration capability and ease of operation worsen

Engineering Contradiction:
Improvecontent integrityVSAvoidcollaboration capability
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The system segments the content access into two distinct paths: read access to the original content in CMS and write access to a copy in external storage. This segmentation allows multiple users to simultaneously access and modify content without interfering with each other, while the CMS maintains control over the original content integrity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system dynamically adjusts access permissions based on the user's role and the operation being performed. The CMS can control whether users can check out content for external editing, and can manage the synchronization process dynamically to balance between allowing collaboration and maintaining content integrity.

Inventive Principle:
Principle #15Dynamics

3Adaptability or versatility

If content is copied to external storage for editing, then collaboration flexibility improves, but system complexity increases due to synchronization and version management

Engineering Contradiction:
Improvecollaboration flexibilityVSAvoidsynchronization complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system implements a feedback mechanism where the CMS monitors changes in external storage and automatically synchronizes them back to the central repository. This feedback loop includes conflict detection and resolution processes that notify users of synchronization issues and coordinate changes to maintain consistency.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system performs preliminary actions by creating and storing copies of content in external storage before external editing begins. This preliminary setup includes establishing the copy structure and permissions, so that when editing starts, users have immediate access without requiring complex real-time coordination.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20260089163A1Management of collaborative content item modification
Publication Date: 2026.03.26 HYLAND UK OPERATIONS LTD
  • US20260089163A1 patent drawing
  • US20260089163A1 patent drawing
  • US20260089163A1 patent drawing

AI summary

Systems and methods for concurrent modification of content are provided. In response to a verified request received from a user content is copied to a first storage media as a first version of the content uniquely identified by a first identifier, the verified request being based on verification of the user's credentials. In response to the user editing the first version of the content, the edited copy of the content is stored in the content management system in association with a second identifier uniquely identifying the edited copy of the content as a second version of the content. In response to receiving a notification that a plurality of users no longer request access to the content stored in the content management system, the first version of the content is deleted from the first storage media.