ip


Project maintained by murtubak Hosted on GitHub Pages — Theme by mattgraham

User Guide

Spanish Duke is a version of Duke, a task manager, where your inputs are in English but Duke responds to you in Spanish.

Features

The Spanish Duke chat bot is equipped with the following features.

  1. Add tasks
  2. Delete tasks
  3. View all tasks
  4. Mark completed tasks
  5. Search tasks
  6. Repeat tasks

Usage

Feature 1: Add tasks

todo - Adds a Todo task to Duke.

Format: todo {description}

Example: todo return spanish book

Expected outcome:

              Entendido. He agregado esta tarea:
              [T] [X]return spanish book
              Ahora tienes 1 tareas en la lista.

deadline - Adds a Deadline task to Duke.

Format: deadline {description} /by {time}

Example: deadline return spanish book /by 20/09/2020 1600

Expected outcome:

              Entendido. He agregado esta tarea:
              [D] [X]return spanish book (by:Sep 20 2020 16:00PM)
              Ahora tienes 1 tareas en la lista.

event - Adds a Event task to Duke.

Format: event {description} /at {time}

Example: event return spanish book /at 20/09/2020 1600

Expected outcome:

              Entendido. He agregado esta tarea:
              [E] [X]return spanish book (at:Sep 20 2020 16:00PM)
              Ahora tienes 1 tareas en la lista.

Feature 2: Delete tasks

delete - Deletes a task from Duke.

Format: delete {position}

Example: delete 1

Expected outcome:

              Celebre. He eliminado esta tarea:
              [T] [X]return spanish book

Feature 3: View all tasks

list - Views all tasks in Duke.

Format: list

Example: list

Expected outcome:

              Estas son las tareas de su lista:
              1. [T] [X]return spanish book
              2. [D] [X]return spanish book (by:Sep 20 2020 16:00PM)
              3. [E] [X]return spanish book (at:Sep 20 2020 16:00PM)

Feature 4: Mark completed tasks

done - Marks a completed task in Duke.

Format: done {position}

Example: done 2

Expected outcome:

              Agradable! He marcado esta tarea como hecha:
              [D] [O]return spanish book (by:Sep 20 2020 16:00PM)

Feature 5: Search tasks

find - Searches for tasks in Duke.

Format: find {keyword}

Example: find spanish

Expected outcome:

              Aqui estan las tareas coincidentes en su lista:
              1. [T] [X]return spanish book
              2. [D] [O]return spanish book (by:Sep 20 2020 16:00PM)
              3. [E] [X]return spanish book (at:Sep 20 2020 16:00PM)

Feature 6: Repeat tasks

repeat - Repeats a tasks daily/weekly/monthly.

Format: repeat {position} {frequency}

Example: repeat 2 daily

Expected outcome:

              Entendido. He agregado esta tarea:
              [D] [O][daily]return spanish book (by:Sep 20 2020 16:00PM)
              Ahora tienes 3 tareas en la lista.