Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

fjeldstad/SlashTodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registration flow

  1. User browses to https://slashtodo.com/signup

  2. User logs in with Slack (via OAuth2 redirect).

  3. If the user is not a team admin, deny access.

  4. If the team that the user belongs to is already registered, redirect to the account management page.

  5. 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)

Supported commands

/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]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published