Add documentation directory
This commit is contained in:
parent
79fdba524c
commit
6ebf6d57e9
2 changed files with 42 additions and 0 deletions
35
doc/configuration.example.toml
Executable file
35
doc/configuration.example.toml
Executable 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
7
doc/todo.md
Normal 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
|
||||
|
Loading…
Reference in a new issue