Annotated Visual History: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "This is a screenshot of a snapshot of a given FreeCAD file in a file version history. This Screenshot should be annotatated to allow others to appreciate the difference betwee...")
 
No edit summary
Line 1: Line 1:
This is a screenshot of a snapshot of a given FreeCAD file in a file version history. This Screenshot should be annotatated to allow others to appreciate the difference between that file and previous files. This facilitates merging and non-merging decisions from a large pool of collaborators.
This is a screenshot of a snapshot of a given FreeCAD file in a file version history. This Screenshot should be annotatated to allow others to appreciate the difference between that file and previous files. This facilitates merging and non-merging decisions from a large pool of collaborators.


An annotated visual history is relevant for large-scale collaborative product development projects where many developers are working on CAD at the same time. The ideal solution is where a large number of people work on CAD in realtime with realtime updating of the CAD in a web-connected platform. However, this may be too memory-intensive, and nobody has yet done it.
An annotated visual history is relevant for large-scale collaborative product development projects where many developers are working on CAD at the same time. The ideal solution is where a large number of people work on CAD in realtime with realtime updating of the CAD in a web-connected platform. However, this takes too many resources, and the process would require [[Garbage Collection]].




=Links=
=Links=
*[[Incentive Challenge Judging Criteria]]
*[[Incentive Challenge Judging Criteria]]

Revision as of 17:53, 27 July 2019

This is a screenshot of a snapshot of a given FreeCAD file in a file version history. This Screenshot should be annotatated to allow others to appreciate the difference between that file and previous files. This facilitates merging and non-merging decisions from a large pool of collaborators.

An annotated visual history is relevant for large-scale collaborative product development projects where many developers are working on CAD at the same time. The ideal solution is where a large number of people work on CAD in realtime with realtime updating of the CAD in a web-connected platform. However, this takes too many resources, and the process would require Garbage Collection.


Links