Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.
This repository was archived by the owner on Jul 29, 2022. It is now read-only.

TODO List Functionality #23

@brdoney

Description

@brdoney

It would be nice to have some TODO list functionality within the bot, so lists could be created and checked off as needed. The user interactions could be similar to the following:

  1. List lists
    $ -todo
    **Created Lists:**
    * List A
    * List B
    * List C
    
  2. Create list
    $ -todo -c <list_name>
    Created list <list_name>
    
  3. Delete the entire list
    $ -todo -d <list_name>
    Deleted list <list_name>
    
  4. Display list
    -todo <list_name>
    **List <list_name>:**
    [_] Incomplete item
    [✓] Complete item
    
  5. Add things to list
    $ -todo <list_name> -a <string to add>
    **List <list_name>:**
    [_] Incomplete item
    [✓] Complete item
    [_] <string to add>
    
  6. Check off things
     $ -todo <list_name> -c <number_to_check_off>
    
  7. Uncheck things
    $ -todo <list_name> -u <number_to_check_off>
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions