Eprojects howto

From emboxit
Revision as of 16:51, 11 September 2015 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

HOW-TO

There are three issues to take care:

  • Project Coordination
  • Collaborative Development of Software
  • Collaborative Development of Hardware

Project Coordination

We use the Collaborative Development model of WIKI as the project coordination tool.

  • WIKI as Collaborate-Development and Management Tool for the Projects.

Collaborative Development of Software

  • The Version Control Mechanism
'Project' is a set of files.
'Version' is a copy of the set of files,taken in a certain time.
'Repository' Is a safe place to put a project
All developers can create versions and get versions.
There is a log of all changes.
Administrator can set a previous version as the current.
The Repository can be Private with some payment.

Collaborative Development of Hardware

  • Hardware Project is also a Set of Files.
  • The files can be schematics, pcb, gerber, mechanical..
  • A Repository is used, exactly the same way as for pure software projects.