Annotated Visual History: Difference between revisions
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: | |||
<html><iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQd5DZf59wFAvmFCc1XPNsDsAkDMR5u-L4F3yyC0bFxRAdfV7L7ZJbjZIoF4lURJyADFdcr4viDXzho/embed?start=false&loop=false&delayms=3000" frameborder="0" width="1056" height="845" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe></html> | |||
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 too many resources, and the process would require manual memory management or [[Garbage Collection]]. |
Revision as of 01:58, 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:
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.