kamameshi / todo-bot

slack todo bot
0 stars 0 forks source link

slack interface #1

Open mapyo opened 6 years ago

mapyo commented 6 years ago
# show todo list
@todobot list
ID: 1 - Task: buy milk - Assign: @mapyo

# add todo
# If you want to assign, add @
@todobot add @mapyo buy milk

# done
@todobot done 1

# delete
@todobot delete 1

# show help
@todobot help

# show help
@todobot other message
yuua commented 6 years ago

What about deleting and updating?

mapyo commented 6 years ago

nice idea!

I think that updating is not necessary for simplicity. I think that deletion is necessary. But I think the command is different, I think the internal behavior is with done.

I edited summary.