colorfusion / mattermost-plugin-todo

Mattermost plugin for tracking to do items

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mattermost Todo Plugin

Build Status Code Coverage Release HW

Maintainer: @larkox Co-Maintainer: @jfrerich

A plugin to track Todo issues in a list and send you daily reminders about your Todo list.

Help Wanted

Install

  1. Go the releases page and download the latest release.
  2. On your Mattermost, go to System Console -> Plugin Management and upload it.
  3. Start using it!

Usage

To add an issue to your Todo list, do one one of the following:

  • Open the sidebar from the channel header and click the "Add new issue" button
  • Type /todo add <your Todo message here> into the textbox and send
  • Click the on the dropdown menu from a post and click "Add Todo"

To view your Todo list, do one of the following:

  • Click on the button in the channel header to open the Todo list in the right sidebar.
  • Type /todo list into the textbox and send

To remove an issue from your list:

  • Open the sidebar from the channel header and click the "Done" or "Won't Do" buttons below the issue you want to remove
  • Type /todo pop into the text and send to remove the top issue in the list

To send an issue to another user:

  • Open the sidebar from the channel header and click the "Add new issue" button and select the user you want to send the issue to
  • Type /todo send <username> <your Todo message here> into the textbox and send

Every day you will get a reminder of the issues you need to complete from the Todo bot. The message is only sent if you have issues on your Todo list.

About

Mattermost plugin for tracking to do items

License:Apache License 2.0


Languages

Language:Go 45.8%Language:JavaScript 41.5%Language:Makefile 6.0%Language:SCSS 3.9%Language:TypeScript 2.8%