-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
71 lines (71 loc) · 5.89 KB
/
Copy pathREADME.txt
File metadata and controls
71 lines (71 loc) · 5.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
+==================================================================================+
| Let It Flow Journal |
| by SouthWest Transcribers |
| for UTSA CS 3443, Summer 2022 |
+==================================================================================+
| Table of Contents |
| 1. Creating a New User |
| 2. Logging In |
| 3. Creating a New Journal Entry |
| 4. Editing a Journal Entry |
| 5. Deleting a Journal Entry |
| 6. Using the "Motivate Me" Feature |
| 7. Logging Out |
| 8. Quitting |
+----------------------------------------------------------------------------------+
| 1. Creating a New User |
| - Click "New User". |
| - Enter desired username and password (must be at least 1 character in length). |
| IMPORTANT: This password cannot be recovered, so make sure it's memorable! |
| - Click "Create" to create the user, or "Cancel" to return to the login screen. |
| - Once the profile has been created, the app will return to the login screen. |
+----------------------------------------------------------------------------------+
| 2. Logging In |
| - Enter an existing username and password. |
| - Click "Log In". |
| - Once logged in, any previously saved entries will be accessible. |
+----------------------------------------------------------------------------------+
| 3. Creating a New Journal Entry |
| - Log in using an existing username and password. |
| - Click "Create New Entry". |
| - Enter the entry's title the field beneath "Entry Title". |
| - Compose the entry in the box beneath "Entry Text". |
| - Click "Save" to save the entry. |
| - Click "Main Menu" or "File" then "Close" to return to the main menu. |
+----------------------------------------------------------------------------------+
| 4. Editing a Journal Entry |
| - Log in using an existing username and password. |
| - Click on the entry you would like to edit. |
| - Click "Open". |
| - Make desired changes to the entry. |
| - Click "Save" to save the entry. |
| - Click "Main Menu" or "File" then "Close" to return to the main menu. |
+----------------------------------------------------------------------------------+
| 5. Deleting a Journal Entry |
| - Log in using an existing username and password. |
| - Click on the entry you would like to delete. |
| - Click "Delete". |
| - Confirm you would like to delete the entry. |
| IMPORTANT: This entry cannot be recovered once it has deleted! |
+----------------------------------------------------------------------------------+
| 6. Using the "Motivate Me" Feature |
| The "Motivate Me" feature generates a randomly-selected writing prompt for |
| writers experiencing writer's block. There are two ways to use it. |
| |
| From the Main Menu: |
| - Log in using an existing username and password. |
| - Click "Motivate Me!" |
| |
| From the Entry Menu: |
| - Log in using an existing username and password. |
| - Create a new entry or edit an existing entry (see parts 4 and 5 for guides). |
| - Click "Motivate Me!" |
+----------------------------------------------------------------------------------+
| 7. Logging Out |
| - If editing an entry, click "Main Menu" or "File" then "Close". |
| - Click "Log Out". |
+----------------------------------------------------------------------------------+
| 8. Quitting |
| - If editing an entry, click "Main Menu" or "File" then "Close". |
| - Click "File" then "Quit". |
+----------------------------------------------------------------------------------+