US9286597B2 - Tracking co-authoring conflicts using document comments - Google Patents

Tracking co-authoring conflicts using document comments Download PDF

Info

Publication number
US9286597B2
US9286597B2 US13/436,051 US201213436051A US9286597B2 US 9286597 B2 US9286597 B2 US 9286597B2 US 201213436051 A US201213436051 A US 201213436051A US 9286597 B2 US9286597 B2 US 9286597B2
Authority
US
United States
Prior art keywords
document
change
content
user
conflict
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
US13/436,051
Other versions
US20130262373A1 (en
Inventor
Benjamin Edward Rampson
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Technology Licensing LLC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Technology Licensing LLC filed Critical Microsoft Technology Licensing LLC
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: RAMPSON, BENJAMIN EDWARD
Priority to US13/436,051 priority Critical patent/US9286597B2/en
Priority to TW102106715A priority patent/TW201346596A/en
Priority to EP13770102.5A priority patent/EP2831763B1/en
Priority to PCT/US2013/032739 priority patent/WO2013148382A1/en
Priority to KR1020147027367A priority patent/KR20140147093A/en
Priority to JP2015503352A priority patent/JP2015518206A/en
Priority to CN201380018085.XA priority patent/CN104221011B/en
Publication of US20130262373A1 publication Critical patent/US20130262373A1/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Publication of US9286597B2 publication Critical patent/US9286597B2/en
Application granted granted Critical
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06F17/2288
    • G06F17/246
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/197Version control

Definitions

  • Allowing co-authoring of a document can oftentimes be a complex task. For example, if two or more users concurrently edit the same part or directly related parts of a document, conflicts may occur in the edits being made. Resolving conflicts and merging changes is oftentimes a challenge of a co-authoring enabled application. The challenge may be compounded when co-authoring edits are completed in an offline state since an application may not be aware of multiple users editing a same portion of a document until the changes are submitted.
  • some applications may use a “first saved wins” model wherein changes made by a first user are applied and changes to the same or related content made by a second user are blocked from being saved to avoid a conflict.
  • this method may be undesirable since users may be required to reapply their work on updated content.
  • some applications may allow a second user to decide if he/she wants to keep a first user's changes or to apply his/her own changes. That is, the second user may decide whether to use the “last saved wins” model or the “first saved wins” model.
  • a problem with this method is that the user oftentimes must decide which changes to apply at save time, which can be an all-or-nothing scenario wherein one user's changes may be lost.
  • some applications lock parts of a document that are being authored or edited by another user. For example, if a first user may be editing a paragraph or a block of cells, a second user may be unable to edit the same section.
  • This method may require the users to be online and can oftentimes be disruptive depending on the size of the area being locked. For example, an entire table of a spreadsheet may be blocked while other users may be trying to fill in data in unique columns they each own at the same time.
  • Embodiments of the present invention solve the above and other problems by providing conflict comments to help track, merge, and resolve co-authoring conflicts.
  • a merge conflict when a merge conflict occurs during co-authoring of a document, changes made by users that cause the conflict may be captured as comments in the document.
  • Conflicts may be saved so that users are not required to resolve conflicts immediately.
  • a user may be allowed to choose when to resolve the conflict. For example, a user can choose to resolve a conflict immediately, continue editing and temporarily ignore the conflicts, or stop editing the document and switch to a different task.
  • an inline view of conflicts within a document may be provided and may allow users to temporarily postpone decisions on how to deal with merge conflicts. This may allow users to continue to work on editing a document while not losing the context of conflicts and other changes as they make additional updates and thus avoiding a break in workflow to resolve conflicts.
  • Embodiments provide for collaborative conflict resolution. By utilizing a comment infrastructure, a user may be able to provide additional typed comments about a conflict, allowing for communication and collaboration with other users about resolving the conflict. Embodiments provide for allowing other document readers/reviewers an ability to see conflicts and proposals inline as they are reading a document, enabling them to be aware of the conflicts before they are resolved.
  • FIG. 1 is a simplified block diagram of a system architecture in which embodiments of the present invention may be practiced
  • FIG. 2 is a flow chart of a method for tracking co-authoring conflicts using document comments
  • FIG. 3 is an illustration of an example document being edited by multiple users
  • FIG. 4 is an illustration of an example notification of a conflict provided to a user
  • FIG. 5A is an illustration of an example conflict displayed to a user in a conflict resolution pane, the conflict occurring in a word processing document;
  • FIG. 5B is another illustration of an example conflict displayed to a user in a conflict resolution pane, the conflict occurring in a word processing document;
  • FIG. 6 is another illustration of an example conflict displayed to a user in a conflict resolution pane, the conflict occurring in a spreadsheet document;
  • FIG. 7 is a block diagram illustrating example physical components of a computing device with which embodiments of the invention may be practiced.
  • FIGS. 8A and 8B are simplified block diagrams of a mobile computing device with which embodiments of the present invention may be practiced.
  • FIG. 9 is a simplified block diagram of a distributed computing system in which embodiments of the present invention may be practiced.
  • embodiments of the present invention are directed to providing conflict comments to help track, merge, and resolve co-authoring conflicts.
  • a collaborative review process it is common for more than one user to access and make edits to a document. This may be referred to as co-authoring.
  • co-authoring it is common for more than one user to access and make edits to a document.
  • multiple users may make edits to a document at the same time or may make changes to a document offline and subsequently merge the changes with the parent document.
  • conflicts may arise.
  • two users may simultaneously edit a cell value in a spreadsheet document.
  • One of the users may save his changes.
  • the other user who may be unaware that the other user is editing the same cell, may save his changes, consequently overriding the changes made by the first user.
  • this may be an unfavorable scenario since the edits made by the first user may be potentially lost without having been viewed and considered by other users.
  • Embodiments of the present invention provide a comment infrastructure for managing co-authoring conflict resolutions.
  • merge conflicts occur during co-authoring of a document
  • the changes which conflict with changes made by a first user may be captured as comments in the document.
  • This allows the document to be saved, capturing the edit information inline in the document.
  • This may allow for the second user to have a choice as to when to resolve conflicts. For example, the second user may resolve the conflicts immediately, or he may continue editing and temporarily ignore the conflicts, or he may stop editing the document and switch to a different task.
  • Embodiments provide for saving conflicts allowing multiple users to communicate and collaborate about a best way to resolve a conflict issue. Other users may be able to see conflicts and proposals on how to resolve the conflicts inline while reviewing a document.
  • Embodiments may be leveraged with an existing comment infrastructure and document review infrastructure to provide merge conflict comments and to provide original content and various co-authoring edits side-by-side. Embodiments may be utilized to help users make more informed decisions about a desired resolution of a conflict.
  • FIG. 1 illustrates a system 100 for co-authoring a document and for providing a comment infrastructure for managing co-authoring conflict resolutions.
  • system 100 may include a collaborative review manager 140 operable to allow simultaneous collaborative review of a document 105 .
  • the collaborative review manager 140 may assist in synchronizing changes made by various users 120 , 122 , 124 to document 105 .
  • the document 105 may be stored in a data store 110 that may be accessed by various users who may be located in remote locations.
  • the document 105 may be stored in a document library that is accessible on a network.
  • Various users 120 , 122 , 124 may access the document 105 to review, make changes to, and/or provide comments on the document. Users may access the document at the same or different times, without need to ensure that only one user has the document open at a time.
  • a user may download a document to a local computing device 125 to make edits. The user may subsequently merge his changes with the document 105 stored in the data store 110 .
  • Users 120 , 122 , 124 may access the document 105 via a computing device 125 including an application 130 providing reviewing and/or editing ability on document 105 .
  • a display 107 of document 105 may be provided on a display surface of computing device 125 .
  • Computing device 125 may be one of various types of computing devices, including wired and wireless personal computers, laptop computers, handheld mobile computing devices, for example, mobile telephones, tablet type computers, slate type computers, and the like.
  • Computing device 125 may include a rich client application 130 , for example, a program from the MICROSOFT OFFICE suite of applications, such as MICROSOFT WORD, which may provide a rich set of functionality for editing and changing structure of document 105 .
  • Computing device 125 may include a thin client application 130 that may provide a limited set of functionality (as compared to rich client application) for reviewing document 105 .
  • thin client application may be a web interface that displays document 105 and may provide commenting functionality.
  • the changes may be saved to the document 105 on the server or document store 110 .
  • the conflict(s) may be saved to the document as a comment.
  • the method 200 starts at OPERATION 205 and proceeds to OPERATION 210 , where a co-authoring enabled document 105 is accessed by one or more users 120 , 122 , 124 .
  • the document may be one of various types of documents, such as, but not limited to, a word processing document, a spreadsheet document, a computer graphics document, a slide presentation, and the like.
  • the document 105 may be stored in a documents store 110 accessible to various users via a network.
  • the plurality of users 120 , 122 , 124 may access the document 105 via an application program 130 on computing device 125 .
  • the one or more users may make changes to document 105 .
  • user A 120 and user B 122 may make changes to a same content block 315 in the document 105 .
  • a content block 315 may include a variable amount of content, depending on the type of document, the type of content, the amount of content, or settings.
  • a content block 315 may be a paragraph, a sentence, a word, a table, a portion of a table, etc.
  • a content block 315 may be a cell, a table, a portion of a table, a range of cells such as a row, a column, a group of cells, or a determined section of a document 105 .
  • the content block 315 is a paragraph.
  • the original content block 305 includes the sentences, “The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog.”
  • a display of the document 107 is provided in an application window 310 , wherein user A 120 may make changes 320 to the document.
  • user A may delete content (e.g., delete “lazy dog”) and add content (e.g., “sleeping cat”).
  • user B 122 may make other changes 330 to the same content block 315 .
  • the changes 330 made by user B 122 may or may not directly conflict with user A's changes 320 .
  • a first user submits the changes 320 made to the document 105 .
  • user A may submit changes via a selection of a save command 405 .
  • a determination may be made at DECISION OPERATION 225 whether the submitted changes may conflict with changes submitted by another user 122 , 124 . If no conflicts are found, the document 205 in the document store 110 may be updated with the changes 320 at OPERATION 230 .
  • a next user may submit changes made to the document 105 .
  • user B's changes 330 e.g., “red fox stepped”
  • the method 200 returns to DECISION OPERATION 225 to determine if the submitted changes 330 may conflict with the changes 320 submitted by another user 120 , 124 .
  • the determination may include identifying where the submitted changes 330 are located in the document 105 and determining if the submitted changes have been made within a content block 315 previously edited by other users 120 , 122 , 124 .
  • user B's changes 330 may be compared with user A's changes 320 to determine if the users may have made changes to the same piece of content (i.e., content block 315 ).
  • a notification 410 of the conflict may be provided to the user 122 .
  • the conflict notification 410 may be provided to the user making the subsequent changes. For example, when user B 122 submits his changes 330 (e.g., via selection of a save command 405 ), and a determination is made that another change 320 within the same content block 315 has been submitted by another user 120 , the conflict notification 410 , may be provided to user B in a dialog as illustrated in FIG. 4 .
  • the conflict notification 410 may be provided to any user 120 , 122 , 124 concurrently editing the document 105 .
  • a conflict notification 410 may include one or more selectable functionalities.
  • the conflict notification 410 may include a resolve command 415 , wherein selection of the resolve command may allow the user 122 to view (and resolve, if desired) the conflicting changes made by other users.
  • a save changes command 420 may be provided in the conflict notification 410 , wherein selection of the save changes command may submit the user's 122 changes 330 as comments in the document 105 (OPERATION 245 ), and the document 105 may be updated with the changes as comments (OPERATION 230 ). That is, the changes made by the subsequent user (user B 122 ) do not override the changes previously submitted by user A 120 , nor are they discarded. Instead, the changes 330 are preserved as comments allowing for the conflicts may be reviewed and resolved either by the user 122 or by other users 120 , 124 .
  • the document 105 may be updated with the original content of the content block 305 where the conflict is found, and the conflicting changes 320 , 330 made by the various users (e.g., user A 122 and user B 124 ) may be saved to the document as comments.
  • a cancel command 425 may be provided, which when selected, may cancel the save operation and allow the user 122 to continue to edit the document.
  • commenting functionalities may be provided, allowing users 120 , 122 , 124 to communicate with each other via comments, replies to comments, messages, etc., allowing for communication and collaboration about a best way to resolve a conflict.
  • the method ends at OPERATION 295 .
  • a conflict resolution pane 505 may be provided, the conflict resolution pane including changes 320 , 330 submitted by a user 120 , 122 , 124 that have been determined to conflict with changes submitted by another user.
  • conflicts may be displayed as in-line comments in the document display 107 .
  • the illustration shown in FIG. 5A is an example of what may be displayed to a user 120 , 122 , 124 upon selection of a resolve command 415 provided in a conflict notification 410 , automatically displayed upon a determination of a conflict, or provided when opening a document 105 containing one or more conflicts.
  • Conflict comments may be visible to any user N 124 who updates or accesses the document 105 after the second user's submission of changes.
  • a display of the document 107 may be provided in the application window 310 .
  • a content block 315 (a paragraph in this example) is shown highlighted and associated with a conflict in the conflict resolution pane 505 .
  • a content block 315 determined to contain conflicting changes 320 , 330 may be displayed in its original format (i.e., without any changes applied).
  • the conflicting changes 320 , 330 may be displayed as comments 510 , 512 as illustrated.
  • the comments may be provided in a conflict resolution pane 505 as shown, or alternatively, may be shown as in-line comments within the display of the document 107 .
  • Each conflict comment 510 , 512 may include a conflicting change 320 , 330 , and may include selectable functionality controls such as an accept button 515 for allowing a user 124 to accept a change, a reject button 520 for allowing a user to reject a change, and a cancel button 525 for cancelling out of a conflict comment. For example, if an accept button 515 is selected for a conflict comment 512 , the changes in the conflict comment may replace the associated original content in the document.
  • a change 330 made to content 315 by a user 122 that conflicts with a change 320 made and submitted previously by a first user 120 may be displayed as a comment 512 while the change 320 submitted by the first user 120 is shown in the updated content of the document 107 .
  • users 120 , 122 , 124 may be able to view conflicts with the second user's change(s) 330 shown against the first user's updated content.
  • a content block 315 may be a sentence.
  • additional commenting functionalities may be provided for allowing a user to leave additional comments about a conflict, allowing multiple users to communicate and collaborate about a best way to resolve an issue, and to allow other users to see conflicts and proposals of how to resolve the conflicts before they are resolved.
  • other commenting functionalities may be provided, for example, an ability to skip to a next conflict comment and an ability to retrieve information about a user leaving a comment or making a conflicting change to a document. For example, two users make enter different sales numbers into a same cell in a spreadsheet. One of the users or another user may see the conflict and leave an additional comment asking the other user how he derived his number.
  • the resolution may become a collaborative resolution process, allowing multiple users to communicate and resolve co-authoring conflicts.
  • the content block 315 is a table, wherein two users have made changes to the table concurrently.
  • the cells containing the changes made are shown highlighted and associated with a conflict comment 510 , 512 in the conflict resolution pane 505 .
  • the first conflict comment 510 is associated with cell B3 and shows the change 320 made by user A 120 .
  • the second conflict comment 512 is associated with cell All and shows the change 330 made by user B 122 .
  • the embodiments and functionalities described herein may operate via a multitude of computing systems including, without limitation, desktop computer systems, wired and wireless computing systems, mobile computing systems (e.g., mobile telephones, netbooks, tablet or slate type computers, notebook computers, and laptop computers), hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, and mainframe computers.
  • FIG. 3 illustrates an exemplary tablet computing device 125 executing an embodiment of the collaborative review manager 140 .
  • the embodiments and functionalities described herein may operate over distributed systems (e.g., cloud-based computing systems), where application functionality, memory, data storage and retrieval and various processing functions may be operated remotely from each other over a distributed computing network, such as the Internet or an intranet.
  • distributed systems e.g., cloud-based computing systems
  • User interfaces and information of various types may be displayed via on-board computing device displays or via remote display units associated with one or more computing devices. For example user interfaces and information of various types may be displayed and interacted with on a wall surface onto which user interfaces and information of various types are projected. Interaction with the multitude of computing systems with which embodiments of the invention may be practiced include, keystroke entry, touch screen entry, voice or other audio entry, gesture entry where an associated computing device is equipped with detection (e.g., camera) functionality for capturing and interpreting user gestures for controlling the functionality of the computing device, and the like.
  • FIGS. 7 through 9 and the associated descriptions provide a discussion of a variety of operating environments in which embodiments of the invention may be practiced. However, the devices and systems illustrated and discussed with respect to FIGS. 7 through 9 are for purposes of example and illustration and are not limiting of a vast number of computing device configurations that may be utilized for practicing embodiments of the invention, described herein.
  • FIG. 7 is a block diagram illustrating example physical components (i.e., hardware) of a computing device 700 with which embodiments of the invention may be practiced.
  • the computing device components described below may be suitable for the computing devices described above.
  • the computing device 700 may include at least one processing unit 702 and a system memory 704 .
  • the system memory 704 may comprise, but is not limited to, volatile storage (e.g., random access memory), non-volatile storage (e.g., read-only memory), flash memory, or any combination of such memories.
  • the system memory 704 may include an operating system 705 and one or more program modules 706 suitable for running software applications 720 such as the collaborative review manager 140 .
  • the operating system 705 may be suitable for controlling the operation of the computing device 700 .
  • embodiments of the invention may be practiced in conjunction with a graphics library, other operating systems, or any other application program and is not limited to any particular application or system.
  • This basic configuration is illustrated in FIG. 7 by those components within a dashed line 708 .
  • the computing device 700 may have additional features or functionality.
  • the computing device 700 may also include additional data storage devices (removable and/or non-removable) such as, for example, magnetic disks, optical disks, or tape.
  • additional storage is illustrated in FIG. 7 by a removable storage device 709 and a non-removable storage device 710 .
  • program modules 706 may perform processes including, for example, one or more of the stages of the method 200 .
  • the aforementioned process is an example, and the processing unit 702 may perform other processes.
  • Other program modules that may be used in accordance with embodiments of the present invention may include electronic mail and contacts applications, word processing applications, spreadsheet applications, database applications, slide presentation applications, drawing or computer-aided application programs, etc.
  • embodiments of the invention may be practiced in an electrical circuit comprising discrete electronic elements, packaged or integrated electronic chips containing logic gates, a circuit utilizing a microprocessor, or on a single chip containing electronic elements or microprocessors.
  • embodiments of the invention may be practiced via a system-on-a-chip (SOC) where each or many of the components illustrated in FIG. 7 may be integrated onto a single integrated circuit.
  • SOC system-on-a-chip
  • Such an SOC device may include one or more processing units, graphics units, communications units, system virtualization units and various application functionality all of which are integrated (or “burned”) onto the chip substrate as a single integrated circuit.
  • the functionality, described herein, with respect to the collaborative review manager 140 may be operated via application-specific logic integrated with other components of the computing device 700 on the single integrated circuit (chip).
  • Embodiments of the invention may also be practiced using other technologies capable of performing logical operations such as, for example, AND, OR, and NOT, including but not limited to mechanical, optical, fluidic, and quantum technologies.
  • embodiments of the invention may be practiced within a general purpose computer or in any other circuits or systems.
  • the computing device 700 may also have one or more input device(s) 712 such as a keyboard, a mouse, a pen, a sound input device, a touch input device, etc.
  • the output device(s) 714 such as a display, speakers, a printer, etc. may also be included.
  • the aforementioned devices are examples and others may be used.
  • the computing device 700 may include one or more communication connections 716 allowing communications with other computing devices 718 . Examples of suitable communication connections 716 include, but are not limited to, RF transmitter, receiver, and/or transceiver circuitry; universal serial bus (USB), parallel, or serial ports, and other connections appropriate for use with the applicable computer readable media.
  • USB universal serial bus
  • Embodiments of the invention may be implemented as a computer process (method), a computing system, or as an article of manufacture, such as a computer program product or computer readable media.
  • the computer program product may be a computer storage media readable by a computer system and encoding a computer program of instructions for executing a computer process.
  • Computer readable media may include computer storage media and communication media.
  • Computer storage media may include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data.
  • the system memory 704 , the removable storage device 709 , and the non-removable storage device 710 are all computer storage media examples (i.e., memory storage.)
  • Computer storage media may include, but is not limited to, RAM, ROM, electrically erasable read-only memory (EEPROM), flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store information and which can be accessed by the computing device 700 . Any such computer storage media may be part of the computing device 700 .
  • Communication media may be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and includes any information delivery media.
  • modulated data signal may describe a signal that has one or more characteristics set or changed in such a manner as to encode information in the signal.
  • communication media may include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), infrared, and other wireless media.
  • RF radio frequency
  • FIGS. 8A and 8B illustrate a mobile computing device 800 , for example, a mobile telephone, a smart phone, a tablet personal computer, a laptop computer, and the like, with which embodiments of the invention may be practiced.
  • a mobile computing device 800 for example, a mobile telephone, a smart phone, a tablet personal computer, a laptop computer, and the like, with which embodiments of the invention may be practiced.
  • FIG. 8A an exemplary mobile computing device 800 for implementing the embodiments is illustrated.
  • the mobile computing device 800 is a handheld computer having both input elements and output elements.
  • the mobile computing device 800 typically includes a display 805 and one or more input buttons 810 that allow the user to enter information into the mobile computing device 800 .
  • the display 805 of the mobile computing device 800 may also function as an input device (e.g., a touch screen display). If included, an optional side input element 815 allows further user input.
  • the side input element 815 may be a rotary switch, a button, or any other type of manual input element.
  • mobile computing device 800 may incorporate more or less input elements.
  • the display 805 may not be a touch screen in some embodiments.
  • the mobile computing device 800 is a portable phone system, such as a cellular phone.
  • the mobile computing device 800 may also include an optional keypad 835 .
  • Optional keypad 835 may be a physical keypad or a “soft” keypad generated on the touch screen display.
  • the output elements include the display 805 for showing a graphical user interface (GUI), a visual indicator 820 (e.g., a light emitting diode), and/or an audio transducer 825 (e.g., a speaker).
  • GUI graphical user interface
  • the mobile computing device 800 incorporates a vibration transducer for providing the user with tactile feedback.
  • the mobile computing device 800 incorporates input and/or output ports, such as an audio input (e.g., a microphone jack), an audio output (e.g., a headphone jack), and a video output (e.g., a HDMI port) for sending signals to or receiving signals from an external device.
  • FIG. 8B is a block diagram illustrating the architecture of one embodiment of a mobile computing device. That is, the mobile computing device 800 can incorporate a system (i.e., an architecture) 802 to implement some embodiments.
  • the system 802 is implemented as a “smart phone” capable of running one or more applications (e.g., browser, e-mail, calendaring, contact managers, messaging clients, games, and media clients/players).
  • the system 802 is integrated as a computing device, such as an integrated personal digital assistant (PDA) and wireless phone.
  • PDA personal digital assistant
  • One or more application programs 866 may be loaded into the memory 862 and run on or in association with the operating system 864 .
  • Examples of the application programs include phone dialer programs, e-mail programs, personal information management (PIM) programs, word processing programs, spreadsheet programs, Internet browser programs, messaging programs, and so forth.
  • the system 802 also includes a non-volatile storage area 868 within the memory 862 .
  • the non-volatile storage area 868 may be used to store persistent information that should not be lost if the system 802 is powered down.
  • the application programs 866 may use and store information in the non-volatile storage area 868 , such as e-mail or other messages used by an e-mail application, and the like.
  • a synchronization application (not shown) also resides on the system 802 and is programmed to interact with a corresponding synchronization application resident on a host computer to keep the information stored in the non-volatile storage area 868 synchronized with corresponding information stored at the host computer.
  • other applications may be loaded into the memory 862 and run on the mobile computing device 800 , including the collaborative review manager 140 described herein.
  • the system 802 has a power supply 870 , which may be implemented as one or more batteries.
  • the power supply 870 might further include an external power source, such as an AC adapter or a powered docking cradle that supplements or recharges the batteries.
  • the system 802 may also include a radio 872 that performs the function of transmitting and receiving radio frequency communications.
  • the radio 872 facilitates wireless connectivity between the system 802 and the “outside world”, via a communications carrier or service provider. Transmissions to and from the radio 872 are conducted under control of the operating system 864 . In other words, communications received by the radio 872 may be disseminated to the application programs 866 via the operating system 864 , and vice versa.
  • the radio 872 allows the system 802 to communicate with other computing devices, such as over a network.
  • the radio 872 is one example of communication media.
  • Communication media may typically be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and includes any information delivery media.
  • modulated data signal means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
  • communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media.
  • the term computer readable media as used herein includes both storage media and communication media.
  • This embodiment of the system 802 provides notifications using the visual indicator 820 that can be used to provide visual notifications and/or an audio interface 874 producing audible notifications via the audio transducer 825 .
  • the visual indicator 820 is a light emitting diode (LED) and the audio transducer 825 is a speaker.
  • LED light emitting diode
  • the LED may be programmed to remain on indefinitely until the user takes action to indicate the powered-on status of the device.
  • the audio interface 874 is used to provide audible signals to and receive audible signals from the user.
  • the audio interface 874 may also be coupled to a microphone to receive audible input, such as to facilitate a telephone conversation.
  • the microphone may also serve as an audio sensor to facilitate control of notifications, as will be described below.
  • the system 802 may further include a video interface 876 that enables an operation of an on-board camera 830 to record still images, video stream, and the like.
  • a mobile computing device 800 implementing the system 802 may have additional features or functionality.
  • the mobile computing device 800 may also include additional data storage devices (removable and/or non-removable) such as, magnetic disks, optical disks, or tape.
  • additional storage is illustrated in FIG. 8B by the non-volatile storage area 868 .
  • Computer storage media may include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data.
  • Data/information generated or captured by the mobile computing device 800 and stored via the system 802 may be stored locally on the mobile computing device 800 , as described above, or the data may be stored on any number of storage media that may be accessed by the device via the radio 872 or via a wired connection between the mobile computing device 800 and a separate computing device associated with the mobile computing device 800 , for example, a server computer in a distributed computing network, such as the Internet.
  • a server computer in a distributed computing network such as the Internet.
  • data/information may be accessed via the mobile computing device 800 via the radio 872 or via a distributed computing network.
  • data/information may be readily transferred between computing devices for storage and use according to well-known data/information transfer and storage means, including electronic mail and collaborative data/information sharing systems.
  • FIG. 9 illustrates one embodiment of the architecture of a system for providing the collaborative review manager 140 to one or more client devices, as described above.
  • Content developed, interacted with or edited in association with the collaborative review manager 140 may be stored in different communication channels or other storage types.
  • various documents may be stored using a directory service 922 , a web portal 924 , a mailbox service 926 , an instant messaging store 928 , or a social networking site 930 .
  • the collaborative review manager 140 may use any of these types of systems or the like for enabling co-authoring conflict resolution via comments, as described herein.
  • a server 920 may provide the collaborative review manager 140 to clients.
  • the server 920 may be a web server providing the collaborative review manager 140 over the web.
  • the server 920 may provide the collaborative review manager 140 over the web to clients through a network 915 .
  • the client computing device 918 may be implemented as the computing device 900 and embodied in a personal computer 918 a , a tablet computing device 918 b and/or a mobile computing device 918 c (e.g., a smart phone). Any of these embodiments of the client computing device 918 may obtain content from the store 916 .
  • the types of networks used for communication between the computing devices that make up the present invention include, but are not limited to, an internet, an intranet, wide area networks (WAN), local area networks (LAN), and virtual private networks (VPN).
  • the networks include the enterprise network and the network through which the client computing device accesses the enterprise network (i.e., the client network).
  • the client network is part of the enterprise network.
  • the client network is a separate network accessing the enterprise network through externally available entry points, such as a gateway, a remote access protocol, or a public or private Internet address.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Economics (AREA)
  • Data Mining & Analysis (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Document Processing Apparatus (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

A comment infrastructure for managing co-authoring conflict resolutions is provided. During co-authoring, multiple users may make edits to a document at the same time or users may merge edits to a document. Embodiments determine if changes submitted by a user conflict with previously submitted changes. If a conflict is found, the conflicting change may be saved to the document as a comment, allowing for the user to choose when to resolve the conflict. The original content and the different co-authoring edits may be displayed side-by-side, allowing users to make an informed decision about a desired resolution of a conflict. Additional commenting functionalities may be provided for allowing users to leave comments, replies, or messages associated with a co-authoring conflict, providing communication and collaboration between users about a best way to resolve a co-authoring conflict.

Description

BACKGROUND
Allowing co-authoring of a document can oftentimes be a complex task. For example, if two or more users concurrently edit the same part or directly related parts of a document, conflicts may occur in the edits being made. Resolving conflicts and merging changes is oftentimes a challenge of a co-authoring enabled application. The challenge may be compounded when co-authoring edits are completed in an offline state since an application may not be aware of multiple users editing a same portion of a document until the changes are submitted.
Currently, there are various methods of dealing with or avoiding such merge conflicts. For example, some applications may follow a “last saved wins” model wherein a user's edits to content that are saved after another user's edits to the same or related content override the conflicting content of the first user. As can be appreciated, this method may be undesirable since edits made by a first user may be lost.
As another example, some applications may use a “first saved wins” model wherein changes made by a first user are applied and changes to the same or related content made by a second user are blocked from being saved to avoid a conflict. As can be appreciated, this method may be undesirable since users may be required to reapply their work on updated content.
As another example, some applications may allow a second user to decide if he/she wants to keep a first user's changes or to apply his/her own changes. That is, the second user may decide whether to use the “last saved wins” model or the “first saved wins” model. A problem with this method is that the user oftentimes must decide which changes to apply at save time, which can be an all-or-nothing scenario wherein one user's changes may be lost.
As another example, some applications lock parts of a document that are being authored or edited by another user. For example, if a first user may be editing a paragraph or a block of cells, a second user may be unable to edit the same section. This method may require the users to be online and can oftentimes be disruptive depending on the size of the area being locked. For example, an entire table of a spreadsheet may be blocked while other users may be trying to fill in data in unique columns they each own at the same time.
As can be appreciated, the current methods described above do not provide an easy way for multiple users to merge their changes. Oftentimes, current co-authoring methods reflect a big hammer approach where edits of one user win out over the other user. Challenges, such as the challenges described above, may make co-authoring difficult when conflicts arise, which may cause users to avoid co-authoring.
It is with respect to these and other considerations that the present invention has been made.
SUMMARY
Embodiments of the present invention solve the above and other problems by providing conflict comments to help track, merge, and resolve co-authoring conflicts.
According to embodiments, when a merge conflict occurs during co-authoring of a document, changes made by users that cause the conflict may be captured as comments in the document. Conflicts may be saved so that users are not required to resolve conflicts immediately. A user may be allowed to choose when to resolve the conflict. For example, a user can choose to resolve a conflict immediately, continue editing and temporarily ignore the conflicts, or stop editing the document and switch to a different task.
By utilizing a comment infrastructure, an inline view of conflicts within a document may be provided and may allow users to temporarily postpone decisions on how to deal with merge conflicts. This may allow users to continue to work on editing a document while not losing the context of conflicts and other changes as they make additional updates and thus avoiding a break in workflow to resolve conflicts.
Embodiments provide for collaborative conflict resolution. By utilizing a comment infrastructure, a user may be able to provide additional typed comments about a conflict, allowing for communication and collaboration with other users about resolving the conflict. Embodiments provide for allowing other document readers/reviewers an ability to see conflicts and proposals inline as they are reading a document, enabling them to be aware of the conflicts before they are resolved.
The details of one or more embodiments are set forth in the accompanying drawings and description below. Other features and advantages will be apparent from a reading of the following detailed description and a review of the associated drawings. It is to be understood that the following detailed description is explanatory only and is not restrictive of the invention as claimed.
This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the detailed description. This summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended as an aid in determining the scope of the claimed subject matter.
BRIEF DESCRIPTION OF THE DRAWINGS
The accompanying drawings, which are incorporated in and constitute a part of this disclosure, illustrate various embodiments of the present invention. In the drawings:
FIG. 1 is a simplified block diagram of a system architecture in which embodiments of the present invention may be practiced;
FIG. 2 is a flow chart of a method for tracking co-authoring conflicts using document comments;
FIG. 3 is an illustration of an example document being edited by multiple users;
FIG. 4 is an illustration of an example notification of a conflict provided to a user;
FIG. 5A is an illustration of an example conflict displayed to a user in a conflict resolution pane, the conflict occurring in a word processing document;
FIG. 5B is another illustration of an example conflict displayed to a user in a conflict resolution pane, the conflict occurring in a word processing document;
FIG. 6 is another illustration of an example conflict displayed to a user in a conflict resolution pane, the conflict occurring in a spreadsheet document;
FIG. 7 is a block diagram illustrating example physical components of a computing device with which embodiments of the invention may be practiced;
FIGS. 8A and 8B are simplified block diagrams of a mobile computing device with which embodiments of the present invention may be practiced; and
FIG. 9 is a simplified block diagram of a distributed computing system in which embodiments of the present invention may be practiced.
DETAILED DESCRIPTION
As briefly described above, embodiments of the present invention are directed to providing conflict comments to help track, merge, and resolve co-authoring conflicts. In a collaborative review process, it is common for more than one user to access and make edits to a document. This may be referred to as co-authoring. Oftentimes, multiple users may make edits to a document at the same time or may make changes to a document offline and subsequently merge the changes with the parent document. When more than one user makes edits to a same block of content within a document, conflicts may arise.
As one example, two users may simultaneously edit a cell value in a spreadsheet document. One of the users may save his changes. The other user, who may be unaware that the other user is editing the same cell, may save his changes, consequently overriding the changes made by the first user. As can be appreciated, this may be an unfavorable scenario since the edits made by the first user may be potentially lost without having been viewed and considered by other users.
Embodiments of the present invention provide a comment infrastructure for managing co-authoring conflict resolutions. When merge conflicts occur during co-authoring of a document, the changes which conflict with changes made by a first user may be captured as comments in the document. This allows the document to be saved, capturing the edit information inline in the document. This may allow for the second user to have a choice as to when to resolve conflicts. For example, the second user may resolve the conflicts immediately, or he may continue editing and temporarily ignore the conflicts, or he may stop editing the document and switch to a different task. Embodiments provide for saving conflicts allowing multiple users to communicate and collaborate about a best way to resolve a conflict issue. Other users may be able to see conflicts and proposals on how to resolve the conflicts inline while reviewing a document. Embodiments may be leveraged with an existing comment infrastructure and document review infrastructure to provide merge conflict comments and to provide original content and various co-authoring edits side-by-side. Embodiments may be utilized to help users make more informed decisions about a desired resolution of a conflict.
The following detailed description refers to the accompanying drawings. Wherever possible, the same reference numbers are used in the drawing and the following description to refer to the same or similar elements. While embodiments of the invention may be described, modifications, adaptations, and other implementations are possible. For example, substitutions, additions, or modifications may be made to the elements illustrated in the drawings, and the methods described herein may be modified by substituting, reordering, or adding stages to the disclosed methods. Accordingly, the following detailed description does not limit the invention, but instead, the proper scope of the invention is defined by the appended claims.
Referring now to the drawings, in which like numerals represent like elements, various embodiments will be described. FIG. 1 illustrates a system 100 for co-authoring a document and for providing a comment infrastructure for managing co-authoring conflict resolutions. As illustrated, system 100 may include a collaborative review manager 140 operable to allow simultaneous collaborative review of a document 105. For example, the collaborative review manager 140 may assist in synchronizing changes made by various users 120,122,124 to document 105. According to an embodiment, the document 105 may be stored in a data store 110 that may be accessed by various users who may be located in remote locations. For example, the document 105 may be stored in a document library that is accessible on a network. Various users 120,122,124 may access the document 105 to review, make changes to, and/or provide comments on the document. Users may access the document at the same or different times, without need to ensure that only one user has the document open at a time. According to one embodiment, a user may download a document to a local computing device 125 to make edits. The user may subsequently merge his changes with the document 105 stored in the data store 110.
Users 120,122,124 may access the document 105 via a computing device 125 including an application 130 providing reviewing and/or editing ability on document 105. A display 107 of document 105 may be provided on a display surface of computing device 125. Computing device 125 may be one of various types of computing devices, including wired and wireless personal computers, laptop computers, handheld mobile computing devices, for example, mobile telephones, tablet type computers, slate type computers, and the like. Computing device 125 may include a rich client application 130, for example, a program from the MICROSOFT OFFICE suite of applications, such as MICROSOFT WORD, which may provide a rich set of functionality for editing and changing structure of document 105. Computing device 125 may include a thin client application 130 that may provide a limited set of functionality (as compared to rich client application) for reviewing document 105. For example, thin client application may be a web interface that displays document 105 and may provide commenting functionality. When edits made to a document are submitted by a user 120,122,124, the changes may be saved to the document 105 on the server or document store 110. According to embodiments, if an edit made to a document 105 by a user conflicts with an edit submitted by another user, the conflict(s) may be saved to the document as a comment.
Referring now to FIG. 2, a method 200 for tracking co-authoring conflicts using document comments is provided. The method 200 starts at OPERATION 205 and proceeds to OPERATION 210, where a co-authoring enabled document 105 is accessed by one or more users 120,122,124. The document may be one of various types of documents, such as, but not limited to, a word processing document, a spreadsheet document, a computer graphics document, a slide presentation, and the like. As described with reference to FIG. 1, the document 105 may be stored in a documents store 110 accessible to various users via a network. The plurality of users 120,122,124 may access the document 105 via an application program 130 on computing device 125.
At OPERATION 215, the one or more users may make changes to document 105. For example, and with reference now to FIG. 3, user A 120 and user B 122 may make changes to a same content block 315 in the document 105. A content block 315 may include a variable amount of content, depending on the type of document, the type of content, the amount of content, or settings. For example, in a word processing document, a content block 315 may be a paragraph, a sentence, a word, a table, a portion of a table, etc. In a spreadsheet application, a content block 315 may be a cell, a table, a portion of a table, a range of cells such as a row, a column, a group of cells, or a determined section of a document 105. In the example illustrated in FIG. 3, the content block 315 is a paragraph. As shown in FIG. 3, the original content block 305 includes the sentences, “The quick brown fox jumped over the lazy dog. The quick brown fox jumped over the lazy dog.”
As illustrated, a display of the document 107 is provided in an application window 310, wherein user A 120 may make changes 320 to the document. For example, user A may delete content (e.g., delete “lazy dog”) and add content (e.g., “sleeping cat”). Concurrently, user B 122 may make other changes 330 to the same content block 315. The changes 330 made by user B 122 may or may not directly conflict with user A's changes 320.
Referring back to FIG. 2, at OPERATION 220, a first user, in this example, user A 120, submits the changes 320 made to the document 105. For example, user A may submit changes via a selection of a save command 405. Upon receiving an indication of a selection to save changes 320 to the document 105, a determination may be made at DECISION OPERATION 225 whether the submitted changes may conflict with changes submitted by another user 122,124. If no conflicts are found, the document 205 in the document store 110 may be updated with the changes 320 at OPERATION 230.
At OPERATION 235, a next user may submit changes made to the document 105. For example, user B's changes 330 (e.g., “red fox stepped”) may be submitted. The method 200 returns to DECISION OPERATION 225 to determine if the submitted changes 330 may conflict with the changes 320 submitted by another user 120,124. According to one embodiment, the determination may include identifying where the submitted changes 330 are located in the document 105 and determining if the submitted changes have been made within a content block 315 previously edited by other users 120,122,124. For example, user B's changes 330 may be compared with user A's changes 320 to determine if the users may have made changes to the same piece of content (i.e., content block 315).
According to an embodiment, and as illustrated in FIG. 4, if a conflict is determined at DECISION OPERATION 225, at OPERATION 240, a notification 410 of the conflict may be provided to the user 122. According to one embodiment, the conflict notification 410 may be provided to the user making the subsequent changes. For example, when user B 122 submits his changes 330 (e.g., via selection of a save command 405), and a determination is made that another change 320 within the same content block 315 has been submitted by another user 120, the conflict notification 410, may be provided to user B in a dialog as illustrated in FIG. 4. According to another embodiment, the conflict notification 410 may be provided to any user 120,122,124 concurrently editing the document 105.
A conflict notification 410 may include one or more selectable functionalities. For example, the conflict notification 410 may include a resolve command 415, wherein selection of the resolve command may allow the user 122 to view (and resolve, if desired) the conflicting changes made by other users. A save changes command 420 may be provided in the conflict notification 410, wherein selection of the save changes command may submit the user's 122 changes 330 as comments in the document 105 (OPERATION 245), and the document 105 may be updated with the changes as comments (OPERATION 230). That is, the changes made by the subsequent user (user B 122) do not override the changes previously submitted by user A 120, nor are they discarded. Instead, the changes 330 are preserved as comments allowing for the conflicts may be reviewed and resolved either by the user 122 or by other users 120,124.
According to another embodiment, if a conflict is determined, the document 105 may be updated with the original content of the content block 305 where the conflict is found, and the conflicting changes 320,330 made by the various users (e.g., user A 122 and user B 124) may be saved to the document as comments. A cancel command 425 may be provided, which when selected, may cancel the save operation and allow the user 122 to continue to edit the document.
Other functionalities may be provided. According to an embodiment, commenting functionalities may be provided, allowing users 120,122,124 to communicate with each other via comments, replies to comments, messages, etc., allowing for communication and collaboration about a best way to resolve a conflict. The method ends at OPERATION 295.
Referring now to FIG. 5A, an illustration of an application window 310 with a display of a document 107 and a conflict resolution pane 505 is shown. According to one embodiment, a conflict resolution pane 505 may be provided, the conflict resolution pane including changes 320,330 submitted by a user 120,122,124 that have been determined to conflict with changes submitted by another user. According to another embodiment, conflicts may be displayed as in-line comments in the document display 107.
According to embodiments, the illustration shown in FIG. 5A is an example of what may be displayed to a user 120,122,124 upon selection of a resolve command 415 provided in a conflict notification 410, automatically displayed upon a determination of a conflict, or provided when opening a document 105 containing one or more conflicts. Conflict comments may be visible to any user N 124 who updates or accesses the document 105 after the second user's submission of changes.
As illustrated, a display of the document 107 may be provided in the application window 310. A content block 315 (a paragraph in this example) is shown highlighted and associated with a conflict in the conflict resolution pane 505. According to one embodiment and as shown in FIG. 5A, a content block 315 determined to contain conflicting changes 320,330 may be displayed in its original format (i.e., without any changes applied). The conflicting changes 320,330 may be displayed as comments 510,512 as illustrated. The comments may be provided in a conflict resolution pane 505 as shown, or alternatively, may be shown as in-line comments within the display of the document 107. Each conflict comment 510,512 may include a conflicting change 320,330, and may include selectable functionality controls such as an accept button 515 for allowing a user 124 to accept a change, a reject button 520 for allowing a user to reject a change, and a cancel button 525 for cancelling out of a conflict comment. For example, if an accept button 515 is selected for a conflict comment 512, the changes in the conflict comment may replace the associated original content in the document.
According to another embodiment, and as shown in FIG. 5B, a change 330 made to content 315 by a user 122 that conflicts with a change 320 made and submitted previously by a first user 120 may be displayed as a comment 512 while the change 320 submitted by the first user 120 is shown in the updated content of the document 107. By displaying the change 320 made by the first user 120 in the updated content 315 of the document 107 and providing the conflicting change 330 made by the second user 122 as a comment 512, users 120,122,124 may be able to view conflicts with the second user's change(s) 330 shown against the first user's updated content. As previously described and as shown in FIG. 5B, a content block 315 may be a sentence.
Other functionalities may be provided. According to one embodiment, additional commenting functionalities may be provided for allowing a user to leave additional comments about a conflict, allowing multiple users to communicate and collaborate about a best way to resolve an issue, and to allow other users to see conflicts and proposals of how to resolve the conflicts before they are resolved. According to another embodiment, other commenting functionalities may be provided, for example, an ability to skip to a next conflict comment and an ability to retrieve information about a user leaving a comment or making a conflicting change to a document. For example, two users make enter different sales numbers into a same cell in a spreadsheet. One of the users or another user may see the conflict and leave an additional comment asking the other user how he derived his number. As can be appreciated, the resolution may become a collaborative resolution process, allowing multiple users to communicate and resolve co-authoring conflicts.
Referring now to FIG. 6, a display of a document 107 (a spreadsheet in this example) containing a conflict is illustrated. In this example, the content block 315 is a table, wherein two users have made changes to the table concurrently. The cells containing the changes made are shown highlighted and associated with a conflict comment 510,512 in the conflict resolution pane 505. For example, the first conflict comment 510 is associated with cell B3 and shows the change 320 made by user A 120. The second conflict comment 512 is associated with cell All and shows the change 330 made by user B 122. Although the changes made by the two users 120,122 were determined as a conflict because changes were made within a table (in this example, the table being considered as a content block 315), the changes may in fact not conflict. In this example, both changes 320,330 in the conflict comments 510,512 may be accepted without overriding the other user's changes.
The embodiments and functionalities described herein may operate via a multitude of computing systems including, without limitation, desktop computer systems, wired and wireless computing systems, mobile computing systems (e.g., mobile telephones, netbooks, tablet or slate type computers, notebook computers, and laptop computers), hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, and mainframe computers. FIG. 3 illustrates an exemplary tablet computing device 125 executing an embodiment of the collaborative review manager 140. In addition, the embodiments and functionalities described herein may operate over distributed systems (e.g., cloud-based computing systems), where application functionality, memory, data storage and retrieval and various processing functions may be operated remotely from each other over a distributed computing network, such as the Internet or an intranet. User interfaces and information of various types may be displayed via on-board computing device displays or via remote display units associated with one or more computing devices. For example user interfaces and information of various types may be displayed and interacted with on a wall surface onto which user interfaces and information of various types are projected. Interaction with the multitude of computing systems with which embodiments of the invention may be practiced include, keystroke entry, touch screen entry, voice or other audio entry, gesture entry where an associated computing device is equipped with detection (e.g., camera) functionality for capturing and interpreting user gestures for controlling the functionality of the computing device, and the like. FIGS. 7 through 9 and the associated descriptions provide a discussion of a variety of operating environments in which embodiments of the invention may be practiced. However, the devices and systems illustrated and discussed with respect to FIGS. 7 through 9 are for purposes of example and illustration and are not limiting of a vast number of computing device configurations that may be utilized for practicing embodiments of the invention, described herein.
FIG. 7 is a block diagram illustrating example physical components (i.e., hardware) of a computing device 700 with which embodiments of the invention may be practiced. The computing device components described below may be suitable for the computing devices described above. In a basic configuration, the computing device 700 may include at least one processing unit 702 and a system memory 704. Depending on the configuration and type of computing device, the system memory 704 may comprise, but is not limited to, volatile storage (e.g., random access memory), non-volatile storage (e.g., read-only memory), flash memory, or any combination of such memories. The system memory 704 may include an operating system 705 and one or more program modules 706 suitable for running software applications 720 such as the collaborative review manager 140. The operating system 705, for example, may be suitable for controlling the operation of the computing device 700. Furthermore, embodiments of the invention may be practiced in conjunction with a graphics library, other operating systems, or any other application program and is not limited to any particular application or system. This basic configuration is illustrated in FIG. 7 by those components within a dashed line 708. The computing device 700 may have additional features or functionality. For example, the computing device 700 may also include additional data storage devices (removable and/or non-removable) such as, for example, magnetic disks, optical disks, or tape. Such additional storage is illustrated in FIG. 7 by a removable storage device 709 and a non-removable storage device 710.
As stated above, a number of program modules and data files may be stored in the system memory 704. While executing on the processing unit 702, the program modules 706, such as the collaborative review manager 140 may perform processes including, for example, one or more of the stages of the method 200. The aforementioned process is an example, and the processing unit 702 may perform other processes. Other program modules that may be used in accordance with embodiments of the present invention may include electronic mail and contacts applications, word processing applications, spreadsheet applications, database applications, slide presentation applications, drawing or computer-aided application programs, etc.
Furthermore, embodiments of the invention may be practiced in an electrical circuit comprising discrete electronic elements, packaged or integrated electronic chips containing logic gates, a circuit utilizing a microprocessor, or on a single chip containing electronic elements or microprocessors. For example, embodiments of the invention may be practiced via a system-on-a-chip (SOC) where each or many of the components illustrated in FIG. 7 may be integrated onto a single integrated circuit. Such an SOC device may include one or more processing units, graphics units, communications units, system virtualization units and various application functionality all of which are integrated (or “burned”) onto the chip substrate as a single integrated circuit. When operating via an SOC, the functionality, described herein, with respect to the collaborative review manager 140 may be operated via application-specific logic integrated with other components of the computing device 700 on the single integrated circuit (chip). Embodiments of the invention may also be practiced using other technologies capable of performing logical operations such as, for example, AND, OR, and NOT, including but not limited to mechanical, optical, fluidic, and quantum technologies. In addition, embodiments of the invention may be practiced within a general purpose computer or in any other circuits or systems.
The computing device 700 may also have one or more input device(s) 712 such as a keyboard, a mouse, a pen, a sound input device, a touch input device, etc. The output device(s) 714 such as a display, speakers, a printer, etc. may also be included. The aforementioned devices are examples and others may be used. The computing device 700 may include one or more communication connections 716 allowing communications with other computing devices 718. Examples of suitable communication connections 716 include, but are not limited to, RF transmitter, receiver, and/or transceiver circuitry; universal serial bus (USB), parallel, or serial ports, and other connections appropriate for use with the applicable computer readable media.
Embodiments of the invention, for example, may be implemented as a computer process (method), a computing system, or as an article of manufacture, such as a computer program product or computer readable media. The computer program product may be a computer storage media readable by a computer system and encoding a computer program of instructions for executing a computer process.
The term computer readable media as used herein may include computer storage media and communication media. Computer storage media may include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data. The system memory 704, the removable storage device 709, and the non-removable storage device 710 are all computer storage media examples (i.e., memory storage.) Computer storage media may include, but is not limited to, RAM, ROM, electrically erasable read-only memory (EEPROM), flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store information and which can be accessed by the computing device 700. Any such computer storage media may be part of the computing device 700.
Communication media may be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and includes any information delivery media. The term “modulated data signal” may describe a signal that has one or more characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media may include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), infrared, and other wireless media.
FIGS. 8A and 8B illustrate a mobile computing device 800, for example, a mobile telephone, a smart phone, a tablet personal computer, a laptop computer, and the like, with which embodiments of the invention may be practiced. With reference to FIG. 8A, an exemplary mobile computing device 800 for implementing the embodiments is illustrated. In a basic configuration, the mobile computing device 800 is a handheld computer having both input elements and output elements. The mobile computing device 800 typically includes a display 805 and one or more input buttons 810 that allow the user to enter information into the mobile computing device 800. The display 805 of the mobile computing device 800 may also function as an input device (e.g., a touch screen display). If included, an optional side input element 815 allows further user input. The side input element 815 may be a rotary switch, a button, or any other type of manual input element. In alternative embodiments, mobile computing device 800 may incorporate more or less input elements. For example, the display 805 may not be a touch screen in some embodiments. In yet another alternative embodiment, the mobile computing device 800 is a portable phone system, such as a cellular phone. The mobile computing device 800 may also include an optional keypad 835. Optional keypad 835 may be a physical keypad or a “soft” keypad generated on the touch screen display. In various embodiments, the output elements include the display 805 for showing a graphical user interface (GUI), a visual indicator 820 (e.g., a light emitting diode), and/or an audio transducer 825 (e.g., a speaker). In some embodiments, the mobile computing device 800 incorporates a vibration transducer for providing the user with tactile feedback. In yet another embodiment, the mobile computing device 800 incorporates input and/or output ports, such as an audio input (e.g., a microphone jack), an audio output (e.g., a headphone jack), and a video output (e.g., a HDMI port) for sending signals to or receiving signals from an external device.
FIG. 8B is a block diagram illustrating the architecture of one embodiment of a mobile computing device. That is, the mobile computing device 800 can incorporate a system (i.e., an architecture) 802 to implement some embodiments. In one embodiment, the system 802 is implemented as a “smart phone” capable of running one or more applications (e.g., browser, e-mail, calendaring, contact managers, messaging clients, games, and media clients/players). In some embodiments, the system 802 is integrated as a computing device, such as an integrated personal digital assistant (PDA) and wireless phone.
One or more application programs 866 may be loaded into the memory 862 and run on or in association with the operating system 864. Examples of the application programs include phone dialer programs, e-mail programs, personal information management (PIM) programs, word processing programs, spreadsheet programs, Internet browser programs, messaging programs, and so forth. The system 802 also includes a non-volatile storage area 868 within the memory 862. The non-volatile storage area 868 may be used to store persistent information that should not be lost if the system 802 is powered down. The application programs 866 may use and store information in the non-volatile storage area 868, such as e-mail or other messages used by an e-mail application, and the like. A synchronization application (not shown) also resides on the system 802 and is programmed to interact with a corresponding synchronization application resident on a host computer to keep the information stored in the non-volatile storage area 868 synchronized with corresponding information stored at the host computer. As should be appreciated, other applications may be loaded into the memory 862 and run on the mobile computing device 800, including the collaborative review manager 140 described herein.
The system 802 has a power supply 870, which may be implemented as one or more batteries. The power supply 870 might further include an external power source, such as an AC adapter or a powered docking cradle that supplements or recharges the batteries. The system 802 may also include a radio 872 that performs the function of transmitting and receiving radio frequency communications. The radio 872 facilitates wireless connectivity between the system 802 and the “outside world”, via a communications carrier or service provider. Transmissions to and from the radio 872 are conducted under control of the operating system 864. In other words, communications received by the radio 872 may be disseminated to the application programs 866 via the operating system 864, and vice versa.
The radio 872 allows the system 802 to communicate with other computing devices, such as over a network. The radio 872 is one example of communication media. Communication media may typically be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. The term computer readable media as used herein includes both storage media and communication media.
This embodiment of the system 802 provides notifications using the visual indicator 820 that can be used to provide visual notifications and/or an audio interface 874 producing audible notifications via the audio transducer 825. In the illustrated embodiment, the visual indicator 820 is a light emitting diode (LED) and the audio transducer 825 is a speaker. These devices may be directly coupled to the power supply 870 so that when activated, they remain on for a duration dictated by the notification mechanism even though the processor 860 and other components might shut down for conserving battery power. The LED may be programmed to remain on indefinitely until the user takes action to indicate the powered-on status of the device. The audio interface 874 is used to provide audible signals to and receive audible signals from the user. For example, in addition to being coupled to the audio transducer 825, the audio interface 874 may also be coupled to a microphone to receive audible input, such as to facilitate a telephone conversation. In accordance with embodiments of the present invention, the microphone may also serve as an audio sensor to facilitate control of notifications, as will be described below. The system 802 may further include a video interface 876 that enables an operation of an on-board camera 830 to record still images, video stream, and the like.
A mobile computing device 800 implementing the system 802 may have additional features or functionality. For example, the mobile computing device 800 may also include additional data storage devices (removable and/or non-removable) such as, magnetic disks, optical disks, or tape. Such additional storage is illustrated in FIG. 8B by the non-volatile storage area 868. Computer storage media may include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data.
Data/information generated or captured by the mobile computing device 800 and stored via the system 802 may be stored locally on the mobile computing device 800, as described above, or the data may be stored on any number of storage media that may be accessed by the device via the radio 872 or via a wired connection between the mobile computing device 800 and a separate computing device associated with the mobile computing device 800, for example, a server computer in a distributed computing network, such as the Internet. As should be appreciated such data/information may be accessed via the mobile computing device 800 via the radio 872 or via a distributed computing network. Similarly, such data/information may be readily transferred between computing devices for storage and use according to well-known data/information transfer and storage means, including electronic mail and collaborative data/information sharing systems.
FIG. 9 illustrates one embodiment of the architecture of a system for providing the collaborative review manager 140 to one or more client devices, as described above. Content developed, interacted with or edited in association with the collaborative review manager 140 may be stored in different communication channels or other storage types. For example, various documents may be stored using a directory service 922, a web portal 924, a mailbox service 926, an instant messaging store 928, or a social networking site 930. The collaborative review manager 140 may use any of these types of systems or the like for enabling co-authoring conflict resolution via comments, as described herein. A server 920 may provide the collaborative review manager 140 to clients. As one example, the server 920 may be a web server providing the collaborative review manager 140 over the web. The server 920 may provide the collaborative review manager 140 over the web to clients through a network 915. By way of example, the client computing device 918 may be implemented as the computing device 900 and embodied in a personal computer 918 a, a tablet computing device 918 b and/or a mobile computing device 918 c (e.g., a smart phone). Any of these embodiments of the client computing device 918 may obtain content from the store 916. In various embodiments, the types of networks used for communication between the computing devices that make up the present invention include, but are not limited to, an internet, an intranet, wide area networks (WAN), local area networks (LAN), and virtual private networks (VPN). In the present application, the networks include the enterprise network and the network through which the client computing device accesses the enterprise network (i.e., the client network). In one embodiment, the client network is part of the enterprise network. In another embodiment, the client network is a separate network accessing the enterprise network through externally available entry points, such as a gateway, a remote access protocol, or a public or private Internet address.
The description and illustration of one or more embodiments provided in this application are not intended to limit or restrict the scope of the invention as claimed in any way. The embodiments, examples, and details provided in this application are considered sufficient to convey possession and enable others to make and use the best mode of claimed invention. The claimed invention should not be construed as being limited to any embodiment, example, or detail provided in this application. Regardless of whether shown and described in combination or separately, the various features (both structural and methodological) are intended to be selectively included or omitted to produce an embodiment with a particular set of features. Having been provided with the description and illustration of the present application, one skilled in the art may envision variations, modifications, and alternate embodiments falling within the spirit of the broader aspects of the claimed invention and the general inventive concept embodied in this application that do not depart from the broader scope.

Claims (20)

I claim:
1. A method for managing co-authoring conflicts, the method comprising:
providing simultaneous co-authoring access to a document by a plurality of users;
receiving an indication to save a first change made to a content in the document by a first user;
saving the first change made to the content in the document while simultaneously receiving edits to the content by a second user;
receiving an indication to save a second change made to the content in the document by the second user;
determining if the second change made to the content in the document conflicts with the first change made to the content in the document; and
if a conflict is determined, saving the second change as a conflict comment associated with the content in the document and allowing the first user and second user to continue editing the document without resolving the conflict.
2. The method of claim 1, wherein determining if the second change made to the content in the document conflicts with the first change made to the content in the document includes identifying where the second change is located in the document and determining if the second change and the first change are in a content block.
3. The method of claim 2, wherein the content block includes a sentence, a paragraph, a cell, a table, or a determined section of the document.
4. The method of claim 1, further comprising providing the second change as the conflict comment in a display of the document.
5. The method of claim 4, wherein providing the second change as the conflict comment in the display of the document includes displaying the conflict comment in-line in the display of the document.
6. The method of claim 4, wherein providing the second change as the conflict comment in the display of the document includes displaying the conflict comment in a pane to a side of the display of the document.
7. The method of claim 4, further comprising providing a selectable functionality control for accepting the second change.
8. The method of claim 7, wherein accepting the second change includes replacing original content or a previously saved change with the second change.
9. The method of claim 4, further comprising providing commenting functionalities for allowing a user to provide a comment, reply, or a message associated with the second change.
10. The method of claim 1, further comprising providing a notification of the conflict.
11. A system for managing co-authoring conflicts, the system comprising:
a processing unit;
a data store that is configured to store a document that can be simultaneously accessed by a plurality of users; and
a collaborative review manager operative to:
provide simultaneous co-authoring access to the document by the plurality of users;
receive an indication to save a first change made to a content in the document, wherein the first change is made by a first user;
save the first change to the document while simultaneously receiving edits to the content by a second user;
receive an indication to save a second change made to the content in the document, wherein the second change is made by the second user;
identify where the second change is located in the document;
determine if the second change made to the content in the document and the first change made to the content in the document are located in a content block;
if the second change made to the content in the document and the first change made to the content in the document are located in the content block, determine the second change is a conflicting change; and
save the conflicting change as a conflict comment associated with the content in the document and allowing the first user and second user to continue editing the document without resolving the conflict.
12. The system of claim 11, wherein the collaborative review manager is further operative to provide the conflicting change as the conflict comment in a display of the document.
13. The system of claim 12, wherein the conflicting change is displayed in-line in the display of the document.
14. The system of claim 12, wherein the conflict comment includes original content before a change is received, the first change made to the content in the document, and the second change made to the content in the document.
15. The system of claim 14, wherein the conflict comment further includes a selectable functionality control for accepting the conflicting change, wherein accepting the conflicting change includes replacing the original content or a previously saved change with the conflicting change.
16. The system of claim 11, wherein the collaborative review manager is further operative to provide commenting functionalities for allowing a user to provide a comment, reply, or a message associated with the conflicting change.
17. The system of claim 11, wherein the content is highlighted to indicate the conflict comment.
18. The system of claim 11, wherein the first user and the second user collaboratively resolve the conflict comment.
19. The system of claim 11, wherein the first user and the second user are allowed to comment on the conflict comment.
20. A computer-readable storage device having computer-executable instructions for managing co-authoring conflicts, comprising:
providing simultaneous co-authoring access to a document by a plurality of users;
receiving an indication to save a first change made to a content in the document, wherein the first change is made by a first user;
saving the first change made to the content in the document while simultaneously receiving edits to the content by a second user;
receiving an indication to save a second change made to the content in the document, wherein the second change is made by the second user;
identifying where the second change is located in the document;
determining if the second change made to the content in the document and the first change made to the content in the document are located in a content block;
if the second change made to the content in the document and the first change made to the content in the document are located in the content block, determining the second change is a conflicting change;
saving the conflicting change as a conflict comment associated with the content in the document and allowing the first user and second user to continue editing the document without resolving the conflict;
providing the conflicting change as the conflict comment in a display of the document, wherein the conflict comment includes original content before a change is received, the first change made to the content in the document, the second change made to the content in the document, and a selectable functionality control for accepting the conflicting change, wherein accepting the conflicting change includes replacing the original content or a previously saved change with the conflicting change; and
providing commenting functionalities for allowing a user to provide a comment, reply, or a message associated with the conflicting change.
US13/436,051 2012-03-30 2012-03-30 Tracking co-authoring conflicts using document comments Active US9286597B2 (en)

Priority Applications (7)

Application Number Priority Date Filing Date Title
US13/436,051 US9286597B2 (en) 2012-03-30 2012-03-30 Tracking co-authoring conflicts using document comments
TW102106715A TW201346596A (en) 2012-03-30 2013-02-26 Tracking co-authoring conflicts using document comments
KR1020147027367A KR20140147093A (en) 2012-03-30 2013-03-18 Tracking co-authoring conflicts using document comments
PCT/US2013/032739 WO2013148382A1 (en) 2012-03-30 2013-03-18 Tracking co-authoring conflicts using document comments
EP13770102.5A EP2831763B1 (en) 2012-03-30 2013-03-18 Tracking co-authoring conflicts using document comments
JP2015503352A JP2015518206A (en) 2012-03-30 2013-03-18 Tracking collaboration conflicts using document comments
CN201380018085.XA CN104221011B (en) 2012-03-30 2013-03-18 Common creation conflict is tracked using document review

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US13/436,051 US9286597B2 (en) 2012-03-30 2012-03-30 Tracking co-authoring conflicts using document comments

Publications (2)

Publication Number Publication Date
US20130262373A1 US20130262373A1 (en) 2013-10-03
US9286597B2 true US9286597B2 (en) 2016-03-15

Family

ID=49236384

Family Applications (1)

Application Number Title Priority Date Filing Date
US13/436,051 Active US9286597B2 (en) 2012-03-30 2012-03-30 Tracking co-authoring conflicts using document comments

Country Status (7)

Country Link
US (1) US9286597B2 (en)
EP (1) EP2831763B1 (en)
JP (1) JP2015518206A (en)
KR (1) KR20140147093A (en)
CN (1) CN104221011B (en)
TW (1) TW201346596A (en)
WO (1) WO2013148382A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140324962A1 (en) * 2013-04-24 2014-10-30 Research In Motion Limited Device, System and Method for Utilising Display Objects
US11048695B2 (en) * 2017-09-12 2021-06-29 Sap Se Context-aware data commenting system
US20230139570A1 (en) * 2021-10-28 2023-05-04 Microsoft Technology Licensing, Llc Method and system of managing and displaying comments

Families Citing this family (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9529785B2 (en) 2012-11-27 2016-12-27 Google Inc. Detecting relationships between edits and acting on a subset of edits
US9436659B2 (en) * 2013-06-21 2016-09-06 3Rb Llc Transferring annotations between documents displayed side by side
US9971752B2 (en) 2013-08-19 2018-05-15 Google Llc Systems and methods for resolving privileged edits within suggested edits
US9075780B2 (en) 2013-10-01 2015-07-07 Workiva Inc. System and method for comparing objects in document revisions and displaying comparison objects
US9348803B2 (en) * 2013-10-22 2016-05-24 Google Inc. Systems and methods for providing just-in-time preview of suggestion resolutions
CN104503953A (en) * 2013-12-31 2015-04-08 天津书生软件技术有限公司 Document operation synchronization method and device
US9442908B2 (en) 2014-06-16 2016-09-13 Workiva Inc. Method and computing device for facilitating review of a document
US10318618B2 (en) * 2014-06-18 2019-06-11 Microsoft Technology Licensing, Llc Consistent views of partitioned data in eventually consistent systems
US9785693B2 (en) 2014-06-30 2017-10-10 Microsoft Technology Licensing, Llc Intelligent conflict detection and semantic expression of document edits
US9779073B2 (en) 2014-07-29 2017-10-03 Microsoft Technology Licensing, Llc Digital document change conflict resolution
US9503402B2 (en) 2014-08-18 2016-11-22 Dropbox, Inc. Managing drafts of electronic documents across client devices
US9860308B2 (en) * 2014-11-25 2018-01-02 International Business Machines Corporation Collaborative creation of annotation training data
US10198411B2 (en) 2015-05-01 2019-02-05 Microsoft Technology Licensing, Llc Storing additional document information through change tracking
US10909080B2 (en) * 2015-05-04 2021-02-02 Microsoft Technology Licensing, Llc System and method for implementing shared document edits in real-time
US9626347B2 (en) 2015-06-08 2017-04-18 International Business Machines Corporation Managing file changes made during a review process
US10565297B2 (en) 2015-06-26 2020-02-18 Microsoft Technology Licensing, Llc. Rumored changes for real-time coauthoring
JP6547488B2 (en) * 2015-07-24 2019-07-24 富士ゼロックス株式会社 INFORMATION PROCESSING APPARATUS AND INFORMATION PROCESSING PROGRAM
JP6537038B2 (en) * 2015-08-06 2019-07-03 株式会社プロフィールド INFORMATION PROCESSING APPARATUS, INFORMATION PROCESSING METHOD, AND PROGRAM
US10353926B2 (en) 2015-11-17 2019-07-16 Microsoft Technology Licensing, Llc Unified activity service
US10489378B2 (en) * 2015-12-08 2019-11-26 Sap Se Detection and resolution of conflicts in data synchronization
US11971860B2 (en) 2015-12-28 2024-04-30 Dropbox, Inc. Embedded folder views
JP6620669B2 (en) * 2016-05-12 2019-12-18 富士ゼロックス株式会社 Information processing apparatus and information processing program
US10339211B1 (en) * 2016-05-31 2019-07-02 Google Llc Systems and methods for synchronizing comments to an electronic document across platforms
KR101754258B1 (en) * 2016-06-27 2017-07-05 주식회사 한글과컴퓨터 Apparatus and method for verifying simultaneous edit configuration for markup language based document
WO2018004025A1 (en) * 2016-06-28 2018-01-04 주식회사 한글과컴퓨터 Document collaboration device supporting simultaneous style editing of entity, and method for operating same
WO2018026033A1 (en) 2016-08-04 2018-02-08 주식회사 한글과컴퓨터 Document collaboration support apparatus for supporting simultaneous editing of document and operating method thereof
US20180158243A1 (en) * 2016-12-02 2018-06-07 Google Inc. Collaborative manipulation of objects in virtual reality
US10223340B2 (en) * 2016-12-13 2019-03-05 Microsoft Technology Licensing, Llc Document linking in an email system
US10740553B2 (en) 2017-04-17 2020-08-11 Microsoft Technology Licensing, Llc Collaborative review workflow graph
KR101880507B1 (en) * 2017-04-21 2018-07-20 주식회사 한글과컴퓨터 Client terminal device that supports resizing of a figure embedded in a web document and operating method thereof
KR101880508B1 (en) * 2017-04-27 2018-07-20 주식회사 한글과컴퓨터 Web document editing support apparatus and method for supporting list generation in web documents
JP6870479B2 (en) * 2017-05-30 2021-05-12 オムロン株式会社 HMI development support device, HMI development support method, and HMI development support program
KR102017338B1 (en) * 2017-10-13 2019-10-21 주식회사 한글과컴퓨터 Method for avoiding conflict in collaboration and apparatus using the same
US11741300B2 (en) * 2017-11-03 2023-08-29 Dropbox, Inc. Embedded spreadsheet data implementation and synchronization
US20190146899A1 (en) 2017-11-14 2019-05-16 Microsoft Technology Licensing, Llc Assistive debugging of web applications with port forwarding
JP7073756B2 (en) * 2018-02-02 2022-05-24 富士通株式会社 Merge method, merge device, and merge program
US11030395B2 (en) 2018-05-30 2021-06-08 Microsoft Technology Licensing, Llc Top-align comments: just-in-time highlights and automatic scrolling
CN109033057B (en) * 2018-08-13 2023-06-02 抖音视界有限公司 Content collaborative editing method, device, electronic equipment and computer readable medium
CN111383295B (en) * 2018-12-27 2023-10-13 珠海金山数字网络科技有限公司 Multi-player collaborative online scene editing system, method and device
CN110263286A (en) 2019-06-24 2019-09-20 北京字节跳动网络技术有限公司 The processing method and equipment of online collaborative document
WO2021211538A1 (en) * 2020-04-14 2021-10-21 Capital One Services, Llc Database creation using table type information
US11755583B2 (en) 2020-04-14 2023-09-12 Capital One Services, Llc Database creation using domain-specific information
JP7075689B1 (en) * 2021-07-19 2022-05-26 株式会社BoostDraft Change history integration program and change history integration system

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6006239A (en) 1996-03-15 1999-12-21 Microsoft Corporation Method and system for allowing multiple users to simultaneously edit a spreadsheet
US6067551A (en) 1997-11-14 2000-05-23 Microsoft Corporation Computer implemented method for simultaneous multi-user editing of a document
US20040177343A1 (en) 2002-11-04 2004-09-09 Mcvoy Lawrence W. Method and apparatus for understanding and resolving conflicts in a merge
US20040261013A1 (en) * 2003-06-23 2004-12-23 Intel Corporation Multi-team immersive integrated collaboration workspace
US20070023507A1 (en) 2005-07-26 2007-02-01 Microsoft Corporation Contact data structure and management
US7249314B2 (en) 2000-08-21 2007-07-24 Thoughtslinger Corporation Simultaneous multi-user document editing system
US20080263442A1 (en) 2007-04-23 2008-10-23 Microsoft Corporation Move tracking with conflict resolution
US7593943B2 (en) 2005-01-14 2009-09-22 Microsoft Corporation Method and system for synchronizing multiple user revisions to a shared object
US20090327294A1 (en) 2008-06-25 2009-12-31 Microsoft Corporation Structured Coauthoring
US20090327358A1 (en) 2008-06-26 2009-12-31 Microsoft Corporation Resolving conflicts in content management systems
US7792788B2 (en) 2005-03-04 2010-09-07 Microsoft Corporation Method and system for resolving conflicts operations in a collaborative editing environment
US7865465B2 (en) 2006-10-27 2011-01-04 International Business Machines Corporation Controlling model editing and merging
US20110252339A1 (en) * 2010-04-12 2011-10-13 Google Inc. Collaborative Cursors in a Hosted Word Processor
US20120072854A1 (en) * 2010-09-16 2012-03-22 Siemens Product Lifecycle Management Software Inc. Concurrent document markup

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070101256A1 (en) * 2005-11-01 2007-05-03 Charles Simonyi Perfect source control
US20090249224A1 (en) * 2008-03-31 2009-10-01 Microsoft Corporation Simultaneous collaborative review of a document
US8352870B2 (en) * 2008-04-28 2013-01-08 Microsoft Corporation Conflict resolution

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6006239A (en) 1996-03-15 1999-12-21 Microsoft Corporation Method and system for allowing multiple users to simultaneously edit a spreadsheet
US6067551A (en) 1997-11-14 2000-05-23 Microsoft Corporation Computer implemented method for simultaneous multi-user editing of a document
US7249314B2 (en) 2000-08-21 2007-07-24 Thoughtslinger Corporation Simultaneous multi-user document editing system
US20040177343A1 (en) 2002-11-04 2004-09-09 Mcvoy Lawrence W. Method and apparatus for understanding and resolving conflicts in a merge
US20040261013A1 (en) * 2003-06-23 2004-12-23 Intel Corporation Multi-team immersive integrated collaboration workspace
US7593943B2 (en) 2005-01-14 2009-09-22 Microsoft Corporation Method and system for synchronizing multiple user revisions to a shared object
US7792788B2 (en) 2005-03-04 2010-09-07 Microsoft Corporation Method and system for resolving conflicts operations in a collaborative editing environment
US20070023507A1 (en) 2005-07-26 2007-02-01 Microsoft Corporation Contact data structure and management
US7865465B2 (en) 2006-10-27 2011-01-04 International Business Machines Corporation Controlling model editing and merging
US20080263442A1 (en) 2007-04-23 2008-10-23 Microsoft Corporation Move tracking with conflict resolution
US20090327294A1 (en) 2008-06-25 2009-12-31 Microsoft Corporation Structured Coauthoring
US20090327358A1 (en) 2008-06-26 2009-12-31 Microsoft Corporation Resolving conflicts in content management systems
US20110252339A1 (en) * 2010-04-12 2011-10-13 Google Inc. Collaborative Cursors in a Hosted Word Processor
US20120072854A1 (en) * 2010-09-16 2012-03-22 Siemens Product Lifecycle Management Software Inc. Concurrent document markup

Non-Patent Citations (7)

* Cited by examiner, † Cited by third party
Title
"Supplementary Search Report Issued in European Patent Application No. 13770102.5", Mailed Date: Oct. 30, 2015, 9 Pages.
Document collaboration and co-authoring. Retrieved Date: Jul. 27, 2011. http://office.microsoft.com/en-us/sharepoint-server-help/document-collaboration-and-co-authoring-HA101812148.aspx. 9 Pages.
Ignat, C-L. et al., "Flexible Definition and Resolution of Conflicts through Multi-level Editing," International Conference on Collaborative Computing: Networking, Applications and Worksharing, pp. 1-10 (Nov. 2006).
International Search Report and Written Opinion for PCT/US2013/032739 mailed Jul. 2, 2013.
Sun et al., "Consistency Maintenance in Real-Time Collaborative Graphics Editing Systems", In Journal of the ACM Transactions on Computer-Human Interaction, vol. 9, No. 1, Mar. 1, 2002, pp. 1-41.
Thyagaraju.G.S., M.M.Math, Umakant P. Kulkarni', and A. R. Yardi. Conflict Resolving Algorithms to Resolve Conflict in Multi-user Context-Aware Environments. Mar. 6-7, 2009. http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=04809007. 7 Pages.
Thyagaraju.G.S., M.M.Math, Umakant P. Kulkarni′, and A. R. Yardi. Conflict Resolving Algorithms to Resolve Conflict in Multi-user Context-Aware Environments. Mar. 6-7, 2009. http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=04809007. 7 Pages.

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140324962A1 (en) * 2013-04-24 2014-10-30 Research In Motion Limited Device, System and Method for Utilising Display Objects
US11716392B2 (en) * 2013-04-24 2023-08-01 Blackberry Limited Updating an application at a second device based on received user input at a first device
US11048695B2 (en) * 2017-09-12 2021-06-29 Sap Se Context-aware data commenting system
US20230139570A1 (en) * 2021-10-28 2023-05-04 Microsoft Technology Licensing, Llc Method and system of managing and displaying comments
US11824824B2 (en) * 2021-10-28 2023-11-21 Microsoft Technology Licensing, Llc Method and system of managing and displaying comments

Also Published As

Publication number Publication date
EP2831763B1 (en) 2020-02-26
CN104221011A (en) 2014-12-17
EP2831763A4 (en) 2015-12-02
JP2015518206A (en) 2015-06-25
US20130262373A1 (en) 2013-10-03
KR20140147093A (en) 2014-12-29
CN104221011B (en) 2017-06-23
WO2013148382A1 (en) 2013-10-03
TW201346596A (en) 2013-11-16
EP2831763A1 (en) 2015-02-04

Similar Documents

Publication Publication Date Title
US9286597B2 (en) Tracking co-authoring conflicts using document comments
US10885268B2 (en) Showing presence of multiple authors in a spreadsheet
CN109219824B (en) Automatic sharing of documents with user access rights
US10528653B2 (en) Collaborative communication in a web application
US10466882B2 (en) Collaborative co-authoring via an electronic user interface
US20190361580A1 (en) Progressive presence user interface for collaborative documents
US10936797B2 (en) Collaborative document editing using state-based revision
US20150281150A1 (en) Generating content items out of an electronic communication workflow
US20220027021A1 (en) Contextual conversations for a collaborative workspace environment
US10884571B2 (en) Dependency-based presence for co-authored documents
US20180260366A1 (en) Integrated collaboration and communication for a collaborative workspace environment
US20230403246A1 (en) Converting links and static data into collaborative user experiences
US20180121038A1 (en) Contextual canvases for a collaborative workspace environment
US10560412B2 (en) Recipient verification
US20220109651A1 (en) Interactive components for user collaboration

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:RAMPSON, BENJAMIN EDWARD;REEL/FRAME:027966/0242

Effective date: 20120329

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034544/0541

Effective date: 20141014

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8