You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
  5.1.1. [Adding a guest: `guest add`](#5-1-1-adding-a-guest-guest-add)<br>
@@ -139,7 +140,7 @@ If you would like a detailed look into each of the features WedLog has to offer,
139
140
140
141
4. Open the WedLog application by double-clicking on the `wedlog.jar` file. If this does not work, [open your computer's terminal](https://towardsdatascience.com/a-quick-guide-to-using-command-line-terminal-96815b97b955), [navigate to the folder](https://tutorials.codebar.io/command-line/introduction/tutorial.html) containing `wedlog.jar`, and type `java -jar wedlog.jar` to start the application.
141
142
142
-
5. A window similar to the one below should appear in a few seconds. Note that the app does not come pre-loaded with any data.
143
+
5. A window similar to the one below should appear in a few seconds. Note how the app contains some sample data.
143
144
144
145
<br>
145
146
@@ -283,7 +284,22 @@ Welcome to the WedLog Tutorial! In this section, we'll guide you through the bas
When you first open WedLog, the app contains some sample data. Let's reset the app using the `clear` command.
290
+
291
+
Type `clear` into the command box and press the `Enter` key. This will delete all the data from both the guest and vendor lists, so that you have a clean slate to work with.
Let's add your first guest to WedLog with the `guest add` command. Every guest must have a name, and you have the option to include additional details such as a phone number, address, email, and table number. Furthermore, a guest can be associated with multiple tags.
289
305
@@ -307,7 +323,7 @@ Notice how the default RSVP status for a guest is 'Unknown'. We'll learn how to
Let's make adjustments to the details of a guest with the `guest edit` command. Suppose John Doe has responded to your invite and confirms that he will be attending your wedding. To reflect this, we'll update the `RSVP status` for John Doe to `Yes`.
313
329
@@ -335,7 +351,7 @@ This ensures that the tallies on the dietary requirements panel reflect only gue
335
351
336
352
<divstyle="page-break-after: always;"></div>
337
353
338
-
### 4.3. Filtering guests
354
+
### 4.4. Filtering guests
339
355
340
356
Let's narrow down the guest list based on specific criteria using the `guest filter` command.
341
357
@@ -413,7 +429,7 @@ Notice that John Doe is not included on this list, since we have previously assi
413
429
414
430
<divstyle="page-break-after: always;"></div>
415
431
416
-
### 4.4. What's next?
432
+
### 4.5. What's next?
417
433
418
434
Congratulations! You've completed the essential steps of the WedLog Tutorial, setting the stage for seamless and organized wedding planning. Armed with the knowledge of adding guests, editing details, and filtering, you're well-equipped to make the most of WedLog.
0 commit comments