| Revision 68,
638 bytes
checked in by nigel, 5 years ago
(diff) |
|
Implemented meter_extrapolate. It is incorrectly implemented at this
stage, but it shows something.
Next we need to do some graphing. Preferably CSS graphs.
|
| Line | |
|---|
| 1 | The meter module is meant to allow people to log their power, water, and vehicle usage, or anything with a meter on it for that matter. The idea is to have categories to define types of usage (water, power, transport), then subcategories which define the actual items being measured (bikes, cars, water). Users can create any number of meters in these categories, and add readings to these meters. |
|---|
| 2 | The meters can then be graphed for usage over days, months, quarters, etc. |
|---|
| 3 | The data can also be extracted is csv format. |
|---|
| 4 | |
|---|
| 5 | TODO |
|---|
| 6 | Put in units for meter type |
|---|
| 7 | Graph usage |
|---|
| 8 | Set a maximum value for the meter so wrap arounds can be accounted for. |
|---|
Note: See
TracBrowser
for help on using the repository browser.