Annotated Visual History: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
[https://docs.google.com/presentation/d/108plXDdVFmjrG1u-aNwGdVXoYxfoEN36YFvo7yiCYQM/edit#slide=id.g6390d37fae_0_0 edit]
[https://docs.google.com/presentation/d/108plXDdVFmjrG1u-aNwGdVXoYxfoEN36YFvo7yiCYQM/edit#slide=id.g6390d37fae_0_0 edit]


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 manual memory management or [[Garbage Collection]].
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 a lot of resources, and no open source solution exists for this yet.
 


=Links=
=Links=
*[[Visual Version History]]
*[[Incentive Challenge Judging Criteria]]
*[[Incentive Challenge Judging Criteria]]

Latest revision as of 20:50, 12 May 2020

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.

See this example from D3D_v19.06#CAD:

edit

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 a lot of resources, and no open source solution exists for this yet.

Links