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

Add page formatting #381

Merged
merged 1 commit into from
Nov 12, 2024
Merged
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
6 changes: 6 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,8 @@ testers are expected to do more *exploratory* testing.
2. Double-click the jar file. <br>
Expected: A help window appears for first-time users, along with the GUI displaying a set of sample contacts. The window size may not be optimal.

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

2. Saving window preferences

1. Resize the window to an optimal size, move it to a different location and close it.
Expand Down Expand Up @@ -841,6 +843,8 @@ testers are expected to do more *exploratory* testing.
2. Test case: `find sa`<br>
Expected: A list of students, including Sam Tan, is shown.

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

### Sorting the student list

1. Sorting the student list by specific field
Expand Down Expand Up @@ -985,6 +989,8 @@ to include more special characters such as '.' and ',', and allowing names to en
5. **Accepting consecutive spaces in names:** Currently, consecutive spaces in names are not allowed. We plan to improve the validation checks of names to treat
multiple spaces in names, which arise likely due to mistakes in entry, as just one space (e.g. treating Jane Tan as Jane Tan).

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

6. **Improved verification of address:** Currently, any String is accepted as an address. In the future, we plan to improve the verification of the address field of
the add functionality, such that we can check that necessary fields are present, e.g. post code, country, street name etc.,
to ensure that addresses saved are valid addresses.
Expand Down