Changes between Initial Version and Version 1 of Design


Ignore:
Timestamp:
02/10/12 12:41:51 (13 years ago)
Author:
hendrikvanantwerpen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Design

    v1 v1  
     1= Design =
     2
     3Use this page to document the domain model and the software components.
     4
     5== Domain ==
     6
     7== Software ==
     8
     9The software is divided in three main components.
     10
     11The [{Design/Server]] is responsible for storing the data in a database and enforcing domain logic on any operation on the data.
     12
     13The [[Design/Client]] is responsible for viewing the data and allowing the users to interact with the tool.
     14
     15The [{Design/API]] links the server and the client together via a JSON driven protocol.