Annotated Visual History: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
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.


See this example:
See this example from [[D3D_v19.06#CAD]]:


<html><iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQd5DZf59wFAvmFCc1XPNsDsAkDMR5u-L4F3yyC0bFxRAdfV7L7ZJbjZIoF4lURJyADFdcr4viDXzho/embed?start=false&loop=false&delayms=3000" frameborder="0" width="528" height="437" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe></html>
<html><iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQd5DZf59wFAvmFCc1XPNsDsAkDMR5u-L4F3yyC0bFxRAdfV7L7ZJbjZIoF4lURJyADFdcr4viDXzho/embed?start=false&loop=false&delayms=3000" frameborder="0" width="528" height="437" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe></html>
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