Skip to content

Commit

Permalink
Update PPP
Browse files Browse the repository at this point in the history
  • Loading branch information
wxwern committed Nov 13, 2023
1 parent ab7f3ba commit 06cfa96
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/team/wxwern.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ Given below are my contributions to the project.

* **Implementation:** The internal implementation is written completely from scratch to support our custom formats - more information available in the Developer Guide.

* **UI:** The autocompletion UI is adapted from [@floralvikings's AutoCompleteTextBox.java](https://gist.github.com/floralvikings/10290131) with significant enhancements. Aside from updating the implementation to modern Java syntax, there's also:

* added indicators for invoking the best (first-in-list) autocomplete result, and prominently highlighting _only_ the suggested postfix term while graying out the rest, and

* added method calls for external parties to invoke autocompletion and undo autocompleted results (e.g., via preferred key events or UI buttons).
* **UI:** The autocompletion UI is adapted from [@floralvikings's AutoCompleteTextBox.java](https://gist.github.com/floralvikings/10290131). The reference text box only has a barebones context menu, but significant enhancements has been made to the styling and behavior to improve readability and UX (like partial term highlighting and undo support), which can be seen when using Jobby.

* **Code contributed**: [RepoSense link](https://nus-cs2103-ay2324s1.github.io/tp-dashboard/?search=AY2324S1-CS2103T-W08-3&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&checkedFileTypes=docs~functional-code~test-code~other&since=2023-09-22&tabOpen=true&tabType=authorship&tabAuthor=wxwern&tabRepo=AY2324S1-CS2103T-W08-3%2Ftp%5Bmaster%5D&authorshipIsMergeGroup=false&authorshipFileTypes=docs~other~functional-code~test-code&authorshipIsBinaryFileTypeChecked=false&authorshipIsIgnoredFilesChecked=false)

Expand Down

0 comments on commit 06cfa96

Please sign in to comment.