Changes between Initial Version and Version 1 of Design
- Timestamp:
- 02/10/12 12:41:51 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Design
v1 v1 1 = Design = 2 3 Use this page to document the domain model and the software components. 4 5 == Domain == 6 7 == Software == 8 9 The software is divided in three main components. 10 11 The [{Design/Server]] is responsible for storing the data in a database and enforcing domain logic on any operation on the data. 12 13 The [[Design/Client]] is responsible for viewing the data and allowing the users to interact with the tool. 14 15 The [{Design/API]] links the server and the client together via a JSON driven protocol.