You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Expected:**: A new seller is added, with name `John Carl 1`, phone `98765432`, email `johncarl@example.com` and `Hdb` house details with street `Clementi Ave 2`, with block `311`, with level `02`, with unit number `25`, with postal code `578578` and price `999999999`. <br><br>
976
+
**Expected:** A new seller is added, with name `John Carl 1`, phone `98765432`, email `johncarl@example.com` and `Hdb` house details with street `Clementi Ave 2`, with block `311`, with level `02`, with unit number `25`, with postal code `578578` and price `999999999`. <br><br>
**Expected:** A new seller is added, with name `John Felix`, phone `98765433`, email `johnfelix@example.com` and `Condominium` house details with street `Clementi Ave 3`, with block `N/A`, with level `03`, with unit number `26`, with postal code `578579` and price `100000`. <br><br>
@@ -1362,7 +1362,7 @@ In the current implementation, HDBs and Condominiums are allowed to share postal
1362
1362
### B.8 Unique Identifier Refinement
1363
1363
1364
1364
#### B.8.1 Motivation
1365
-
- The commands `addSeller`and `addBuyer` currently identify `person`using `name`, which may lead to confusion when multiple `person` share the same `name`.
1365
+
- The commands `addSeller`, `addBuyer`, `editSeller`and `editBuyer` currently validates whether a `person`exist in the application by checking the uniqueness of the `name`, which may lead to confusion when multiple `person` could share the same `name`.
1366
1366
- Even though alphanumeric entries (e.g., `John Doe 1`, `John Doe 2`) are allowed to identify different `person` with the same `name`, this method has proven to be inconvenient and potentially confusing for user managing multiple entries with similar or identical `name`.
0 commit comments