Modularisation

From stoney cloud
Revision as of 13:55, 14 October 2013 by Michael (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to: navigation, search

GitHub:

  • Form follows function: we choose the functionality name (so we are backwards compatible)
  • Modules are collected in one repository (create a skeleton module as an example):
    • Data (LDAP)
    • API (PHP)
    • Web Interface (PHP, uses API)
    • Provisioning (Perl, ...)
    • Tests (GUI, Unit-Tests, ...)