Skip to content

Releases: AY1920S1-CS2113-T13-2/main

Dukepital v1.3.1

31 Oct 17:38
Compare
Choose a tag to compare

Download all files in the same directory

For MacOS user, open Dukepital-v1.3.1-MacOS.jar
For Windows user, open Dukepital-v1.3.1-Windows.jar

mid-v1.3

30 Oct 14:40
7849a50
Compare
Choose a tag to compare

Main feature added is A fresh looking GUI for our product. Many features have been integrated into GUI friendly , but still maintaining the command line based features.

Here is an example of how our GUI look like.
image

Dukpital v.1.2.1

23 Oct 13:36
93b6e7a
Compare
Choose a tag to compare

Mid release before v1.3

Here's a list of expected outputs per each Command:

  • add patient: patient_name, patient_NRIC, patient_room, patient_remark
  • add task: task_description
  • assign deadline task: patient_name or #patient_id, task_name or #task_id, deadline
  • assign event task: patient_name or #patient_id, task_name or #task_id, start_time, end_time
  • delete patient: patient_name or #patient_id
  • delete task: task_name or #task_id
  • delete assigned task: patient_name or #patient_id, task_name or #task_id
  • update patient: patient_name or #patient_id, field_to_change, updated_information
  • update task: task_name or #task_id, updated_description
  • find patient: patient_name or #patient_id
  • find assigned task: patient_name or #patient_id

mid-v1.1

07 Oct 01:56
b82e8ec
Compare
Choose a tag to compare

B-RecurringTasks: Merge pull request #49 from lmtaek/master

17 Sep 23:46
e2f9750
Compare
Choose a tag to compare
[AY1920S1-CS2113-T13-2]-lmtaek-B-RecurringTasks