C: Add images to user guide

This commit is contained in:
Preston Baxter 2023-11-24 12:01:40 -06:00
parent 0e39465d81
commit c1de3cd2b9
9 changed files with 16 additions and 2 deletions

BIN
docs/img/action_add.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
docs/img/dashboard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
docs/img/events.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

BIN
docs/img/home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
docs/img/login.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
docs/img/login_home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
docs/img/signup.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

BIN
docs/img/vendor_add.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -4,12 +4,20 @@ This is your one stop shop for how to use my capstone project
# Logging In
to login click the login button in the top right of the homepage or navigate to:
to login click the login button in the top right of the homepage
![picture](./img/login_home.png)
or navigate to:
[https://capstone.preston-baxter.com/login](https://capstone.preston-baxter.com/login)
# Signing Up
If you don't have an account you can sign up at [https://capstone.preston-baxter.com/login](https://capstone.preston-baxter.com/login)
If you don't have an account you can sign up by clicking `create an account`
![picture](./img/signup.png)
or at [https://capstone.preston-baxter.com/login](https://capstone.preston-baxter.com/login)
email must be in a valid format
@ -17,14 +25,20 @@ email must be in a valid format
Once logged in on the dashboard page you can select the '+' button and the vendor account you would like to add.
![picture](./img/vendor_add.png)
You will then be redirected to that vendors login page to ask permission to act on your behalf.
# Creating Actions
Once you have some vendors configured you can then add an action. Currently the only action supported is scheduling a live stream off of a plan.
![picture](./img/action_add.png)
In the actions table, select the 'Add Action' button and follow the prompts.
# Auditing
Once you have an action setup you can view how the system is interacting with events and making descision in the events tab
![picture](./img/events.png)