Annotated Visual History: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
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.


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>

Revision as of 02:00, 22 September 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.

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 too many resources, and the process would require manual memory management or Garbage Collection.


Links