Skip to content

Commit 3e60eda

Browse files
Merge pull request #311 from tjingsheng/jingsheng/quick-fix-dg
Add quick fix to DG
2 parents b236cc7 + ca166f1 commit 3e60eda

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

docs/DeveloperGuide.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ The below diagram gives a high-level overview on how the `SeplendidParser` parse
262262

263263
### 5.2 List Feature
264264

265-
#### Overview \
265+
#### Overview
266266
<br>
267267
The `list` command generates a list of SEPlendid data. The data can be in the for of a `localcourse`, `partnercourse`,
268268
`university`, `mapping`, or `note`. This allows the viewing of all the data type that is listed.
@@ -401,7 +401,7 @@ Each data type has different attributes that can be used for updating.
401401
### 5.6 Search Feature
402402

403403
#### Overview
404-
<br>
404+
405405
The `search` command allows users find specific courses or universities they are interested in. This allows for faster
406406
querying of courses, universities and notes.
407407

@@ -1286,21 +1286,17 @@ Expected Output: No result.
12861286

12871287
Expected Output in the Command Output Box: Partner course searched message.
12881288

1289-
1. Prerequisites: List all mappings using the `mapping list` command. Multiple mappings in the list.
1289+
1. Prerequisites: List all mappings using the `mapping list` command. Multiple mappings in the list.
12901290
<box type="info" seamless>
12911291

1292-
1. Ensure your scroll to the bottom.
1292+
1. Ensure your scroll to the bottom.
12931293
**Note:** The query cannot start with a number. It must start with an alphabet.
12941294

1295-
1. Test case: `mapping add [IS4231] [Lund University] [INFC40] [Sem 1 only.]`<br>
1296-
Expected: A new mapping is added, and will appear at the bottom of the list.
12971295
</box>
12981296

1299-
1. Test case: `mapping delete [IS4231] [Lund University] [INFC40] [Sem 1 only.]`<br>
1300-
Expected: The mapping is deleted, and disappears from the list.
13011297
#### Sort partner courses by attributes
13021298

1303-
1. Other incorrect delete commands to try: `mapping ad`, `mapping add []`, `...` <br>
1299+
1. Other incorrect delete commands to try: `mapping ad`, `mapping add []`, `...` <br>
13041300
Expected: An error message will appear.
13051301
Prerequisite:
13061302
- There is at least 1 partner course stored in SEPlendid.

docs/SettingUp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you plan to use Intellij IDEA (highly recommended):
5151

5252
1. **Learn the design**
5353

54-
When you are ready to start coding, we recommend that you get some sense of the overall design by reading about [AddressBook’s architecture](DeveloperGuide.md#architecture).
54+
When you are ready to start coding, we recommend that you get some sense of the overall design by reading about [SEPlendid’s architecture](DeveloperGuide.md#4-1-architecture).
5555

5656
1. **Do the tutorials**
5757
These tutorials will help you get acquainted with the codebase.

0 commit comments

Comments
 (0)