Click to watch a short video demo
Dukpital an application intended for nurses within hospitals—particularly nurses with many patients under their care. Users will be able to navigate the program through either the GUI or CLI, according to their own preferences.
Dukepital’s purpose is to provide an organizational tool for these users, allowing them to categorize tasks/information based on their patients. This encourages timeliness and higher quality of provided care.
- Install Java 8
- Download the latest release
You may launch the program by
- Double clicking the downloaded jar file, or
- run command
java -jar <file name>.jar
.
Click here for the detailed user guide
- List of features
- Creating a task `add task
- Creating a patient profile
add patient
- Assigning a patient to a deadline task:
assign deadline task
- Assigning a patient to a period task:
assign period task
- Viewing a list of patients:
list patients
- Viewing a list of tasks:
list tasks
- Removing a patient from the patient list:
delete patient
- Removing a task from the task list:
delete task
- Removing an assigned task from a patient:
delete assigned task
- Finding a patient from the patient list:
find patient
- Finding a task from the task list:
find task
- Finding a list of assigned tasks for a patient:
find assigned tasks
- Updating a patient’s information:
update patient
- Updating a task’s description:
update task
- Undo the previous action:
undo
- Filtering data
- Show upcoming tasks for the week:
show upcoming tasks
- View help guide:
help
- Typo-correction
- Display pie chart or bar chart
- Saving the data
- Exiting the program:
bye
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.