Changes between Version 1 and Version 2 of Design
- Timestamp:
- 02/10/12 12:42:02 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Design
v1 v2 9 9 The software is divided in three main components. 10 10 11 The [ {Design/Server]] is responsible for storing the data in a database and enforcing domain logic on any operation on the data.11 The [[Design/Server]] is responsible for storing the data in a database and enforcing domain logic on any operation on the data. 12 12 13 13 The [[Design/Client]] is responsible for viewing the data and allowing the users to interact with the tool. 14 14 15 The [ {Design/API]] links the server and the client together via a JSON driven protocol.15 The [[Design/API]] links the server and the client together via a JSON driven protocol.