Skip to content

Commit

Permalink
Merge pull request #220 from chenyixin0/master
Browse files Browse the repository at this point in the history
UG/DG changes
  • Loading branch information
chenyixin0 authored Apr 15, 2024
2 parents ce69c06 + 4298a67 commit 5748e5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ How the parsing works:
* When called upon to parse a user command, the `InternHubParser` class creates an `XYZCommandParser` (`XYZ` is a placeholder for the specific command name e.g., `AddCommandParser`) which uses the other classes shown above to parse the user command and create a `XYZCommand` object (e.g., `AddCommand`) which the `InternHubParser` returns back as a `Command` object.
* All `XYZCommandParser` classes (e.g., `AddCommandParser`, `DeleteCommandParser`, ...) inherit from the `Parser` interface so that they can be treated similarly where possible e.g, during testing.


## 3.4 Model component
**API** : [`Model.java`](https://github.com/AY2324S2-CS2103T-F14-1/tp/blob/master/src/main/java/seedu/internhub/model/Model.java)

Expand Down
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ Furthermore, we are providing guidelines for command formatting and contact deta
- Enter your commands in this box.

**Result Display**
- View the output message after each command here.
- For longer commands like `add`, the output text may get cut off, simply use our pink scroll bar to view the entire output.
- View the output message after each command here.
- For longer commands like `add`, the text found in the result display box may get cut off. Simply use our pink scroll bar to view the entire output.

**List of Applications**
- This panel displays a list of all internship applications.
Expand Down

0 comments on commit 5748e5a

Please sign in to comment.