-
User browses to https://slashtodo.com/signup
-
User logs in with Slack (via OAuth2 redirect).
-
If the user is not a team admin, deny access.
-
If the team that the user belongs to is already registered, redirect to the account management page.
-
If the team is not registered, create a new account and redirect to the account management page.
Account management page: Team name Slash command url Slash command token (edit) Incoming webhook url (edit)
/todo add {text}
/todo trim
/todo
/todo show
/todo tick|check {reference} [--force]
/todo untick|uncheck {reference} [--force]
/todo remove {reference} [--force]
/todo clear [--force]
/todo claim {reference} [--force]
/todo free {reference} [--force]