Skip to content

Commit

Permalink
Merge pull request #311 from tjingsheng/jingsheng/quick-fix-dg
Browse files Browse the repository at this point in the history
Add quick fix to DG
  • Loading branch information
aliciamichellew authored Nov 14, 2023
2 parents b236cc7 + ca166f1 commit 3e60eda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ The below diagram gives a high-level overview on how the `SeplendidParser` parse

### 5.2 List Feature

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

#### Overview
<br>

The `search` command allows users find specific courses or universities they are interested in. This allows for faster
querying of courses, universities and notes.

Expand Down Expand Up @@ -1286,21 +1286,17 @@ Expected Output: No result.

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

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

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

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

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

1. Other incorrect delete commands to try: `mapping ad`, `mapping add []`, `...` <br>
1. Other incorrect delete commands to try: `mapping ad`, `mapping add []`, `...` <br>
Expected: An error message will appear.
Prerequisite:
- There is at least 1 partner course stored in SEPlendid.
Expand Down
2 changes: 1 addition & 1 deletion docs/SettingUp.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you plan to use Intellij IDEA (highly recommended):

1. **Learn the design**

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).
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).

1. **Do the tutorials**
These tutorials will help you get acquainted with the codebase.
Expand Down

0 comments on commit 3e60eda

Please sign in to comment.