Changes between Version 1 and Version 2 of BluePrint/TimePlot
- Timestamp:
- 12/20/13 12:05:56 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/TimePlot
v1 v2 15 15 == Data Model == 16 16 17 Foreach data item we have the following fields:17 In each data item we have the following fields: 18 18 19 - a numeric value (for count aggregation, this value is generally 1) 20 - a start date (can be None if that attribute has always existed) 21 - an end date (optional, can be None if the attribute is perpetual) 22 19 - a numeric value (for counting, this value is generally 1 for each individual record) 20 - a start date (can be None if the item has always existed) 21 - an end date (optional, can be None if the item still exists beyond "now") 23 22 == Functional Requirements == 24 23