Open erikguntner opened 3 months ago
@erikguntner do we store a copy of the user/pass in the 1password vault so that users testing the interface can use those test credentials?. After y you answer this in a comment, please add the ready for product
label and remove the ready for dev lead
label
@lasryariel please have the dev team help you find which article a person who will take on this issue will need in order to do the task. A simple search for me revealed a tone of results, but I wouldn't know which one was the right one to read, and this issue is supposed to be a super easy starter issue. I am not saying they need to tell them how to work, but telling them which article is authoritative is going to be key here.
Also, Admin is defined as a role
@ExperimentsInHonesty we don't currently store the user's credentials in the 1Password vault.
The roles we currently have defined are Guest, Host, Coordinator, and Admin. However, we haven't spoken about specific functionality for an Admin so I was thinking we would have at least 1 of each of a guest, host, and coordinator. These roles are defined in code in the file: api/openapi_server/models/user_roles.py
.
@tylerthome @paulespinosa to check with @erikguntner if this is completed.
Overview
We currently generate 3 test users for the application. However, all users are signed up with the role "Admin". We want each user to be signed up for the appropriate role in order to better simulate each user type.
Action Items
Resources/Instructions
api/openapi_server/configs/mock_aws.py
inside thecreate_test_users
method.api/openapi_server/models/user_roles.py
.