Changes between Version 1 and Version 2 of BluePrint/TimePlot


Ignore:
Timestamp:
12/20/13 12:05:56 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/TimePlot

    v1 v2  
    1515== Data Model ==
    1616
    17 For each data item we have the following fields:
     17In each data item we have the following fields:
    1818
    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")
    2322== Functional Requirements ==
    2423