summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-03-15 15:01:10 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-03-15 15:01:10 +0100
commit8d234440b535c0838bbe9b9675082c416c4c94ae (patch)
tree2ee0ff0deeca395c6460745e6db8203f7985e268 /doc
parentcd6e000be8297f6753ad19d4878bbb883e040ee6 (diff)
doc: imag-counter
Diffstat (limited to 'doc')
-rw-r--r--doc/src/06020-module-counter.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/src/06020-module-counter.md b/doc/src/06020-module-counter.md
index d4e33596..a6272e40 100644
--- a/doc/src/06020-module-counter.md
+++ b/doc/src/06020-module-counter.md
@@ -1,4 +1,15 @@
## Counter {#sec:modules:counter}
-The Counter module.
+The Counter module helps you counting things.
+
+In its current state it is capable of simple counting. You can create, list and
+delete counters which are simply numbers and incremet, decrement, set and reset
+them.
+
+Future plans include counting functionality which is able to save date and
+possibly timestamp of your increments/decrements, so you can export this and use
+(for example) R to visualize this data.
+
+Filters for selecting only certain time ranges when listing/exporting your
+counters will be added as well.