Skip to content

v1.4

Latest
Compare
Choose a tag to compare
@Punpun1643 Punpun1643 released this 11 Apr 10:40
8fabf37

v1.4 Final Release

This is the v1.4 final release of ArchDuke.

About this Product

ArchDuke is an application to help students manage student contacts, groups, and group tasks, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). This product is also optimized for students to update and keep track of members of student groups and tasks in each group. If you can type fast, ArchDuke can get your contact management, group management, and task management done faster than traditional GUI apps.

For more information please visit the product website: https://ay2122s2-cs2103-w16-3.github.io/tp/

Using this Product

  • Copy the jar file into an empty folder
  • Open a command window in that folder
  • Run the command java -jar {filename}.jar e.g., java -jar archduke.jar (i.e., run the command in the same folder as the jar file)

Notable Changes

  • Implement add command in #43
  • Implement addgroup command in #46, #86 and #97
  • Implement GUI to reflect ArchDuke UI in #51, #102, #104, #105 and #111
  • Implement help command in #56, #99 and #119
  • Implement addtask command in #58 and #70
  • Implement delgroup command in #65
  • Implement deltask command in #69
  • Implement viewtask command in #73 and #90
  • Implement assign command in #62
  • Refactor find command in #74
  • Implement deasssign command in #91 and #114
  • Implement viewcontact command in #92
  • Update logo in #101
  • Implement and resolve delete command bug in #103
  • Modify case insensitivity for group and task in #117
  • Modify person uniqueness in #125