Skip to content

Commit

Permalink
Merge pull request #302 from shishirbychapur/master
Browse files Browse the repository at this point in the history
Change DG/UG
  • Loading branch information
shishirbychapur committed Nov 14, 2023
2 parents f8966dc + 19c5b99 commit b99c2b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ The `Storage` component,

[Scroll back to _Table of Contents_](#table-of-contents)

<div style="page-break-after: always;"></div>

### Common classes

Classes used by multiple components are in the `seedu.LoveBook.commons` package.
Expand Down Expand Up @@ -531,6 +529,8 @@ The _Sequence_ Diagram notation of the above steps is shown below.

<puml src="diagrams/SetPrefSequence.puml" />

<div style="page-break-after: always;"></div>

#### Design Considerations

**Aspect: Allowing users to set their date preferences on launch**
Expand Down
8 changes: 6 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ organization**,
* [FAQ](#faq)
* [Command Summary](#command-summary)

<div style="page-break-after: always;"></div>

## **Glossary**

| Term | Definition |
Expand Down Expand Up @@ -128,6 +130,8 @@ Here's the detailed breakdown of the LoveBook screen: <br>
- **Date List Panel** - This is where the list of dates are displayed. The list is scrollable, and you can scroll up and
down to view the entire list.

<div style="page-break-after: always;"></div>

### **LoveBook Tutorial: Getting started**

Now that you are familiar with the layout of LoveBook, we recommend you try the following steps to develop a feel for
Expand All @@ -145,11 +149,11 @@ In the command box, enter `add name/John Doe age/21 gender/M height/123 income/3
the `enter` key.
This will add John to LoveBook. <br>

![addCommandExample](images/user-commands/addCommandExample.png) <br>
<img src="images/user-commands/addCommandExample.png" height="250" width="600"/> <br>

Let's imagine you've added a couple of dates to the LoveBook already. It should look something like this now: <br>

![addCommandExample2](images/user-commands/addCommandExample2.png) <br>
<img src="images/user-commands/addCommandExample2.png" height="250" width="600"/>

<div style="page-break-after: always;"></div>

Expand Down

0 comments on commit b99c2b4

Please sign in to comment.