-
Notifications
You must be signed in to change notification settings - Fork 1
added instructions for logout in help guide #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| <!-- Section: Home --> | ||
| # Getting Started | ||
| Welcome to the app! Here's how you get started... | ||
| Welcome to StressLess! Here's how you get started... | ||
|
|
||
| # How Do I Create an Account? | ||
|
|
||
|
|
@@ -17,17 +17,14 @@ Welcome to the app! Here's how you get started... | |
| 3. Click the sign in button above the sign up page to sign in | ||
| 4. Enter your email and password to sign in | ||
|
|
||
| # How Do I Sign Out? | ||
|
|
||
| Unfortunately, this feature isn’t currently implemented | ||
|
|
||
| # How Do I Change Visibility Settings? | ||
|
|
||
| 1. You can view the app in either dark or light mode | ||
| 2. To change the mode, locate the icon is located in the upper right corner of the app that displays either a moon or sun and click on it | ||
| 3. If you click the sun icon, the app will change to light mode | ||
| 4. If you click the moon icon, the app will change to dark mode | ||
|
|
||
|
|
||
| <!-- Section: preference --> | ||
| # User Preferences Survey | ||
|
|
||
|
|
@@ -49,6 +46,7 @@ Unfortunately, this feature isn’t currently implemented | |
| 5. Save Preferences | ||
| 1. Click on save preferences when you’re satisfied with your answers. These preferences don’t have to be perfect. You can always edit them later if you change your mind. | ||
|
|
||
|
|
||
| <!-- Section: dashboard/profilepage --> | ||
| ## How Do I Edit My Preferences in the Survey? | ||
|
|
||
|
|
@@ -64,6 +62,12 @@ You can either edit your preferences in two ways | |
| 1. If you are not on the user profile page, navigate to the user profile page by using the sidebar | ||
| 2. If you want to edit your name, click on the writing pencil icon and delete the studious student name and enter the name you want your profile to say instead. | ||
|
|
||
| ## How Do I Sign Out? | ||
| 1. Click on the sidebar icon on the upper lefthand corner on either the user profile or calendar page | ||
| 2. Find the profile and calendar buttons on the left and look underneath those buttons in the bottom lefthand corner of the sidebar for the sign out button | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks good. Displays properly |
||
| 3. Click on the sign out button to log out of your account | ||
|
|
||
|
|
||
| <!-- Section: dashboard/calendar --> | ||
| # Calendar | ||
|
|
||
|
|
@@ -129,4 +133,9 @@ You can either edit your preferences in two ways | |
|
|
||
| 1. You can delete an event by clicking on the event on the calendar. | ||
| 2. If you click on the event, you can press the read delete button to delete the event | ||
| 3. If you don’t want to delete the event, you can press the cancel button | ||
| 3. If you don’t want to delete the event, you can press the cancel button | ||
|
|
||
| ## How Do I Sign Out? | ||
| 1. Click on the sidebar icon on the upper lefthand corner on either the user profile or calendar page | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also looks good and displays properly |
||
| 2. Find the profile and calendar buttons on the left and look underneath those buttons in the bottom lefthand corner of the sidebar for the sign out button | ||
| 3. Click on the sign out button to log out of your account | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need it in initial survey