Skip to content

Releases: shawn-nyk/ip

v0.3

16 Sep 12:00
Compare
Choose a tag to compare

This is the final version of Duke (aka Star Bot) for the purposes of the CS2103T iP submission.
It features a fully-functioning GUI and supports the following features:

  • Add a task
    • Add a ToDo task
    • Add an Event task
    • Add a Deadline task
  • Delete a task
  • Mark a task as completed
  • Show your list of tasks
  • Find a task
  • Exit the program

v0.2

06 Sep 07:29
Compare
Choose a tag to compare

This version of the Duke chat bot program adds the "find" command and uses a GUI.

v0.1

24 Aug 15:47
Compare
Choose a tag to compare

This version of the Duke chat bot program supports the following user commands:

  • list
  • todo
  • event
  • deadline (with date and time support)
  • done
  • delete
  • bye

It also supports saving the task list to and loading it from the user's hard disk.