Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix UG and PPP formatting #157

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ Alias: `find`
* All fields are searched (including tags).

* Keywords can match as parts of words. e.g. `john` will match `Johnny`.

* Keywords can overlap. e.g. `samm my` will match `Sammy`.

* Fosterers must match all keywords (i.e. `AND` search).<br>
Expand All @@ -411,7 +412,7 @@ Alias: `find`
|-------------------|--------------------------|------------|
| `&` | Logical AND | lowest |
| `/` | Logical OR | low |
| `' '` (space) | Logical AND | high |
| '` `' (space) | Logical AND | high |
| `(` and `)` | Parentheses for grouping | highest |

e.g. `a & b / c d` is the same as `a & (b / (c & d))`.
Expand Down
34 changes: 17 additions & 17 deletions docs/team/h1410101.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Given below are my contributions to the project.
* Dynamically handles any number of tags, and allows newlines for tags and notes.
* Pull requests: [#89](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/89), [#93](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/93)

<div></div>
<div style="page-break-after: always;"></div>

* **Small modification:** Added text notes to each `Person`, integrated with Profile UI.
* Bundled with Profile UI feature.

<div style="page-break-after: always;"></div>
<div></div>

* **Enhanced feature**: `find` command overhauled to include expressive search.
* What it does: Allows users to write keywords joined by `&` and `/`.
Expand All @@ -43,26 +43,26 @@ Given below are my contributions to the project.
* Dynamically handles any fields and values reported by `Person`, including tags.
* Includes thorough testing with a lot of edge cases.
* Pull requests: [#89](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/89), [#93](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/93)

<div></div>

* **Reviews** (with non-trivial review comments): [#31](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/31), [#58](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/58), [#59](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/59), [#92](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/92)

<div></div>

* **Documentation**:
* User Guide:
* Added documentation for the feature `list`.

* Developer Guide:
* Added user story for `list` feature.
* Modified class diagram for `UI` to include Profile UI.
* Added implementation details of the `view` feature (Profile UI).
* Added class diagram for `view` feature.
* Added sequence diagram for `view` feature.
* Added implementation details of the `list` feature.
* Added class diagram for `list` feature.
* Added sequence diagram for `list` feature.
* Added sequence diagram for lower level details of `list` feature.
* Added object diagram for example of `list` feature.
* Added sequence diagram for example of `list` feature.

* Pull requests: [#28](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/28), [#83](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/83), [#140](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/140), [#151](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/151)
* Developer Guide:
* Added user story for `list` feature.
* Modified class diagram for `UI` to include Profile UI.
* Added implementation details of the `view` feature (Profile UI).
* Added class diagram for `view` feature.
* Added sequence diagram for `view` feature.
* Added implementation details of the `list` feature.
* Added class diagram for `list` feature.
* Added sequence diagram for `list` feature.
* Added sequence diagram for lower level details of `list` feature.
* Added object diagram for example of `list` feature.
* Added sequence diagram for example of `list` feature.
* Pull requests: [#28](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/28), [#83](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/83), [#140](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/140), [#151](https://github.com/AY2324S1-CS2103T-T13-4/tp/pull/151)
Loading