Skip to content

Releases: cs2103aug2015-w13-2j/main

V0.5.1

11 Nov 07:00
Compare
Choose a tag to compare

Fixed a critical bug in the deep copying of Task objects resulting in all null labels.

Affected commands: Undo, redo

V0.5

09 Nov 14:58
Compare
Choose a tag to compare

Milestone V0.5 of CS2103T Project. The Final Project submission version.

Contains the main functions of FunDUE, i.e.
Add, Delete, Edit, Mark as Important, Mark as Done, Search, Filter, Undo, Redo, Load.
The Graphical User Interface has been refined as well.

Improved overall user experience.

Collated files have also been included, as per project requirement.

V0.4

04 Nov 04:07
Compare
Choose a tag to compare

Milestone V0.4 of CS2103T Project.

Contains the upgraded User Interface:

  • Headers and subsections for floating (tasks without date) and deadline/event - based tasks.
  • Colouring and formatting for each task's date and time.
  • Markers for important tasks and tasks that have been marked as completed.
  • Filter/Search navigation bar on the top of the display.
  • Filter/Search view for items the user has selected.

Contains the main functions of FunDUE, i.e.
Add, Delete, Edit, Mark as Important, Mark as Done, Search, Filter, Undo, Redo.

Archive & Unarchive functions have been deprecated.

V0.3

28 Oct 04:23
Compare
Choose a tag to compare

Milestone V0.3 of CS2103T Project.

Contains the main functions of FunDUE, i.e.
Add, Delete, Edit, Archive & Unarchive, Mark as Important, Mark as Done, Search, Filter, Undo, Help.

Unit tests for important components were added for additional testing.
Integrated tests for User Interface -> Logic -> Storage -> Parser were also added for additional testing.
Also, the functions of FunDUE were tested using standard user input.

V0.2

21 Oct 01:52
Compare
Choose a tag to compare

Milestone V0.2 of CS2103T Project.

Contains the main functions of FunDUE, i.e.
Add, Delete, Edit, Archive & Retrieve, Mark as Important, Mark as Done, Search, Filter.

Also contains the prototypical User Interface Design, i.e.
Table rows representing each task.
Start and End times for each task.
Indexing for each task.
Separate window views for each filter.

Lastly, unit tests for important components are added for additional testing.
We have also tested the functions of FunDUE using standard user input.

V0.1

28 Oct 05:55
Compare
Choose a tag to compare

Milestone V0.1 of CS2103T Project.

Contains the main functions of FunDUE, i.e.
Add, Delete, Edit, Reading from Storage, Writing to Storage

Lastly, unit tests for important components are added for additional testing.
Testing was not done on the User Interface.