doc: imag-counter
This commit is contained in:
parent
cd6e000be8
commit
8d234440b5
1 changed files with 12 additions and 1 deletions
|
@ -1,4 +1,15 @@
|
||||||
## Counter {#sec:modules:counter}
|
## 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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue