Skip to content

Commit

Permalink
Final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wapisai committed Apr 15, 2024
1 parent 7ac7750 commit a19f89e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Some of the NFRs are inspired by [Pawfection](https://ay2324s1-cs2103t-f08-3.git

## **Setting up, getting started**

Refer to the guide [_Setting up and getting started_](SettingUp.md).
Refer to the guide [_Setting up and getting started_](#setting-up-getting-started).

--------------------------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -261,7 +261,7 @@ Specific field constraints are described below. They are designed with the users
* have each domain label start and end with alphanumeric characters
* have each domain label consist of alphanumeric characters, separated only by hyphens, if any.
* `ADDRESS`:
* String
* Represented as String
* `FAMILY`:
* Should be an integer greater than 1.
* `TAG`:
Expand Down Expand Up @@ -616,8 +616,6 @@ This is implemented using the `HousingTypeMatchPredicate` that checks whether a
1. The user inputs `filter h/Condominium`, intending to filter the list of persons to only include those with a "Condominium" housing type preference.
2. The UI reflects the filtered list with persons who have a "Condominium" housing type preference.

#### Design considerations

--------------------------------------------------------------------------------------------------------------------

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

0 comments on commit a19f89e

Please sign in to comment.