Skip to content

Commit

Permalink
Update planned enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
Shruthiiii03 committed Nov 12, 2024
1 parent 9c89c20 commit 6fb213f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,6 @@ testers are expected to do more *exploratory* testing.

### Ui
* Ui can be adjusted such that long names and phone numbers will not be truncated when added into StudentManagerPro.
* Update help command to show a command summary instead of a link to the UG.

### Sex
* Sex attribute can be adjusted to be case insensitive in the future to make it more convenient for users.
Expand All @@ -1304,6 +1303,7 @@ testers are expected to do more *exploratory* testing.

### Filter
* Allow filtering by phone numbers using predicates less than 3 digits long.
* Allow filtering for exact multi-word addresses. For example, using `filter a/Block 30 Geylang` will return only students with an address that exactly matches `Block 30 Geylang` rather than returning partial matches for individual words like `Block`, `30`, or `Geylang`

### Sort
* Sort in descending order.
Expand Down

0 comments on commit 6fb213f

Please sign in to comment.