Add simple issue tracking system.

This commit is contained in:
2020-03-13 17:12:50 -05:00
parent c8abfd00d0
commit b64a3996e5
5 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
### Provide options for graphing measures.
As a user I would like to be able to configure the graph used for a measure.
Needed:
- General pattern for graph configuration.
- Support for different graph types (line, bar, pie, area, others?).
- Support for pre-processing of data (graph rolling average, etc).