Skip to content

Commit

Permalink
Merge pull request #228 from HengShuHong/master
Browse files Browse the repository at this point in the history
Update PPP
  • Loading branch information
HengShuHong authored Apr 15, 2024
2 parents 75adf1f + 1da147b commit 5ed4e86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/team/hengshuhong.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ manage and operate their business.
Another difficulty is to check if the item is within the promotion period for the given date and time.


- **New Feature: Enhanced the find command to allow the user to search based on the specified item information.**
- **New Feature: Enhanced the find command to allow the user to search based on the specified item information**
- What it does: allows the user to look through a filtered list to find the ITEM information based on the KEYWORD
For instance, the user can find all ITEMS that has a buy price or sell price of $`1`
For instance, the user can find all ITEMS that has a buy price or sell price of $`1`.
- Justification: This feature increases the capabilities of the search function, as it can allow the user to quickly
retrieve the data that is being searched for by narrow the scope of the search.
- Highlights: The difficulty in this enhancement was the approach to implement this improvement. This is because this
enhancement is an extension of the previous find command, meaning that it must still be able to retain its original
feature, but yet still able to provide more than 1 filter to narrow the scope.


- **New Feature: Enhanced the add command to prevent duplicate entries.**
- What it does: it prevents the user from accidentally inputting duplicated items. Instead, when the user adds a
- **New Feature: Enhanced the add command to prevent duplicate entries**
- What it does: It prevents the user from accidentally inputting duplicated items. Instead, when the user adds a
duplicated item, the item information will be updated based on the latest input and the quantity will be increased.
- Justification: This feature enables the user to not have duplicate entries of the same items to avoid the
overflowing of the inventory list with duplicated item.
Expand Down

0 comments on commit 5ed4e86

Please sign in to comment.