Skip to content

Commit

Permalink
Update Ha Duong PPP
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaduong committed Apr 6, 2023
1 parent 97bb09f commit 571b51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/team/dohaduong.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Given below are my contributions to the project.
* Highlight: This feature is directly linked with job list, thus changes made in the existing functions could affect the features directly. Moreover, the implementation was also challenging as it required changes to the existing commands.
* Credits: N.A.

* **New Feature**: Added the ability to add jobs with empty delivery date and slot
* **New Feature**: Added the ability to add jobs with empty delivery date and/or slot
* What it does: Allows users to add jobs without specifying its delivery date and slot (making delivery date and slot optional), making the `add_job` command much shorter.
* Justification: This features improves the product as the `add_job` command is quite long (with compulsory delivery date and slot), and users may want to add jobs without specifying its delivery date and timeslot. Thus, the app should allow delivery date and timeslot to be optional.
* Highlight: This feature is directly linked with job list and with the existing command/functions, thus it required an in-depth analysis of design alternatives. The implementation too was challenging as it required changes to existing commands, including importing the old data and add_job command.
Expand Down

0 comments on commit 571b51c

Please sign in to comment.