Add documentation directory

This commit is contained in:
Glenn Y. Rolland 2018-08-27 15:41:44 +02:00
parent 79fdba524c
commit 6ebf6d57e9
2 changed files with 42 additions and 0 deletions

35
doc/configuration.example.toml Executable file
View file

@ -0,0 +1,35 @@
[global]
smtp.username="XXX"
smtp.password="XXX"
smtp.port="XXX"
smtp.hostname="XXX"
email.from="no-reply@example.com"
email.to="foo.bar@example.com"
email.subject="Daily tasks for"
[[account]]
name="private-identity"
platform="trello"
token="XXX"
[[account]]
name="public-identity"
platform="trello"
token="XXX"
[[tasklist]]
name="My Lifes Relies on Trello"
account="private-identity"
schedule="* */8 * * *"
[[tasklist]]
name="Company Management"
account="public-identity"
schedule="* */8 * * *"
[[tasklist]]
name="Company Project X"
account="public-identity"
schedule="* */8 * * *"

7
doc/todo.md Normal file
View file

@ -0,0 +1,7 @@
# TODO
* Import tasks from other kanbans (ex: github)
* Collect tasks from all trello boards
* Auto-discover trello boards + fill configuration
* Add web user interface