Skip to content

Commit 563a795

Browse files
authored
Merge pull request #224 from cookiedan42/DG-additions
Small fixes and improvements
2 parents d24692c + f9f280f commit 563a795

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docs/DeveloperGuide.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -596,12 +596,6 @@ Step 4. Since the value of `Email` (compulsory field) for the second contact is
596596

597597
Step 3. CONNECTIONS will not display the first contact's invalid `Tag` and will not display the second contact. The other fields and contacts will be displayed as per normal.
598598

599-
600-
#### Design considerations:
601-
* Arguments for the command should follow the standard used in other parts of the software.
602-
* Balancing between simplicity of use when no arguments are provided, and customisability for users who might want additional information.
603-
604-
605599
--------------------------------------------------------------------------------------------------------------------
606600

607601
<div style="page-break-before: always;"></div>
@@ -1329,10 +1323,10 @@ testers are expected to do more *exploratory* testing.
13291323
Expected: Tags added to contact at index 1. Details of the tags added to contact are shown in the status message.
13301324

13311325
1. Test case: `tag 2 t/friends`<br>
1332-
Expected: No changes to the contact. Warning details are shown in the status message.
1326+
Expected: No changes to the contact. Warning details about existing tag(s) are shown in the status message.
13331327

13341328
1. Test case: `tag 2 t/party t/friends`<br>
1335-
Expected: New tag is added to the contact. Warning details are shown in the status message.
1329+
Expected: New tag is added to the contact. Warning details about existing tag(s) are shown in the status message.
13361330

13371331
1. Other incorrect tag commands to try: `tag`, `tag -1 t/<valid tag name>`, `tag 1 t/<tag name longer than 60 characters>`, `...`.<br>
13381332
Expected: No changes to contacts. Error details are shown in the status message.
@@ -1368,11 +1362,16 @@ testers are expected to do more *exploratory* testing.
13681362
Expected: No changes made. Error details are shown in the status message.
13691363

13701364
1. Export Filtered contact list
1365+
1. Prerequisites: Filter contacts using the `find` command.
13711366

1367+
1. Test case: variations on `mailingList` as above<br>
1368+
Expected: Same result as exporting full contact list, but with only the contacts displayed in the filtered list
1369+
1370+
1. Export Empty contact list
13721371
1. Prerequisites: Filter contacts using the `find` command.
13731372

1374-
1. Test case: `mailingList` as above<br>
1375-
Expected: Same result as exporting full contact list, but with only the contacts in the filtered list
1373+
1. Test case: `mailingList`<br>
1374+
Expected: Exporting a mailing list of 0 contacts is not allowed. Error details are shown in the status message.
13761375

13771376
### Saving data
13781377

0 commit comments

Comments
 (0)