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
During our user testing sessions, users clicked on Home in the nav not realizing they would be taken out of the arena. While users are in the arena lobby or playing games, that should be their main focus. Users playing games should not be uploading games while they are in an arena to play games. Users could have a need to go back to the Join/Start Arena page incase they want to start or join another arena. However, the word Home has caused some confusion - users have clicked it expecting to be brought back to the arena. The purpose of this ticket is to either hide the nav once users are in an arena or hide the Upload Game link and update the Home link to say "____".
Scenario: Update Home in Nav
Given I am a user
When I am viewing the nav
Then Home is updated to Join/Start an Arena
AND
Scenario: Hide Upload Game when in Arena
Given I am a user
When I am in an arena
Then I do not see Upload Game in the nav
OR
Scenario: Hide Nav when in Arena
Given I am a user
When I am in an arena
Then I do not see the nav
The text was updated successfully, but these errors were encountered:
@amandaphu I think that with the new navigation choices clearly outlining what each button does, we should keep the navigation present while on the Arena page.
Leaving a note here that I tried to get this to work but I think it'll require us to pull the nav out of the root and make it into a component, so shelving for now.
Background
During our user testing sessions, users clicked on Home in the nav not realizing they would be taken out of the arena. While users are in the arena lobby or playing games, that should be their main focus. Users playing games should not be uploading games while they are in an arena to play games. Users could have a need to go back to the Join/Start Arena page incase they want to start or join another arena. However, the word Home has caused some confusion - users have clicked it expecting to be brought back to the arena. The purpose of this ticket is to either hide the nav once users are in an arena or hide the Upload Game link and update the Home link to say "____".
Scenario: Update Home in Nav
Given I am a user
AND
Scenario: Hide Upload Game when in Arena
Given I am a user
OR
Scenario: Hide Nav when in Arena
Given I am a user
The text was updated successfully, but these errors were encountered: