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 04e01de commit ab7f3ba
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/team/wxwern.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ 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. These include:
* **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:

* overhauling the implementation in modern Java syntax and JavaFX method calls, and support for our custom `Stream`-based autocompletion result suppliers,

* add indicators for invoking the best (first-in-list) autocomplete result, and prominently highlighting _only_ the suggested postfix term while graying out the rest,
* 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).

Expand All @@ -44,7 +42,7 @@ Given below are my contributions to the project.
* Styling custom unified UG elements, like the following:
* <span class="learning-outcome pill">:trophy: How to perform a task</span> <span class="information pill">:information_source: An info pill</span> <span class="warning pill">:warning: A warning pill</span> <span class="danger pill">:warning: A danger pill</span>
* <span class="applies-to pill"><span class="jobby-data-class pill">Organization</span> <span class="jobby-data-class pill">Recruiter</span> <span class="jobby-data-class pill">Job Application</span></span>
* <span class="beginner pill">Beginner</span> <span class="intermediate pill">Intermediate</span> <span class="expert pill">Expert</span><br>
* <span class="beginner pill">Beginner</span> <span class="intermediate pill">Intermediate</span> <span class="expert pill">Expert</span><br><br>

* **Enhancements to existing features**:

Expand Down

0 comments on commit ab7f3ba

Please sign in to comment.