Skip to content

Commit

Permalink
Merge pull request #157 from sethteo/branch-update-release
Browse files Browse the repository at this point in the history
Update release images
  • Loading branch information
sethteo authored Apr 4, 2024
2 parents ec90a2d + cf65500 commit 0349000
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Format: `filter TAG_NAME`

Examples:
- `filter friends` Displays all clients with the tag `friends`
![result for filter](images/release_images/filterMeeting.png)

## Meeting Functions

Expand All @@ -174,7 +175,7 @@ Examples:

- `addMeeting clientIndex/1 dt/02-01-2025 12:00 d/Sign life plan` Adds a meeting with description "Sign life plan" and meeting date 02-01-2025 12:00 to client with index 1.
- `addMeeting clientIndex/2 dt/06-01-2025 15:00 d/Meeting to discuss finances` Adds a meeting with description "Meeting to discuss finances" and meeting date 06-01-2025 15:00 to client with index 2.<br>
![result for second add](images/resultImages/addMeetingResult.png)
![result for first add](images/release_images/addMeeting.png)

### Listing all Meetings for a Client: `view`

Expand All @@ -187,7 +188,7 @@ Format: `view c CLIENT_INDEX`
Example:

- `view c 2` Lists all meetings of the first client.<br>
![result for 'view c 2'](images/resultImages/viewClientResult.png)
![result for 'view c 2'](images/release_images/viewMeeting.png)

### Editing a Meeting: `edit`

Expand All @@ -204,7 +205,7 @@ Format: `editMeeting clientIndex/CLIENT_INDEX meetingIndex/MEETING_INDEX n/DESCR
Examples:

- `editMeeting clientIndex/1 meetingIndex/2 n/starbucks meeting dt/01-01-2024 12:00` Edits the description and date/time of the 1st meeting of the 1st client.<br>
![edit meeting result](images/resultImages/editMeetingResult.png)
![edit meeting result](images/release_images/editMeeting.png)

### Deleting a Meeting: `delete`

Expand All @@ -217,7 +218,7 @@ Format: `deleteMeeting clientIndex/CLIENT_INDEX meetingIndex/MEETING_INDEX`
Example:

- `deleteMeeting clientIndex/2 meetingIndex/1` Deletes the first meeting for the first client.<br>
![delete meeting result](images/resultImages/deleteMeetingResult.png)
![delete meeting result](images/release_images/deleteMeeting.png)

### Clearing all entries : `clear`

Expand Down
Binary file modified docs/images/release_images/addMeeting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/release_images/deleteMeeting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/release_images/editMeeting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/release_images/editMeeting1.jpg
Binary file not shown.
Binary file removed docs/images/release_images/editMeeting2.jpg
Binary file not shown.
Binary file added docs/images/release_images/filterMeeting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/release_images/viewMeeting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0349000

Please sign in to comment.