Skip to content
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

Guest login support #336

Closed
3 tasks done
szymon-owczarzak opened this issue Mar 3, 2021 · 1 comment · Fixed by #337
Closed
3 tasks done

Guest login support #336

szymon-owczarzak opened this issue Mar 3, 2021 · 1 comment · Fixed by #337
Assignees
Labels
enhancement New feature or request

Comments

@szymon-owczarzak
Copy link
Contributor

szymon-owczarzak commented Mar 3, 2021

Short Description

Give users the option to login as a guest so upcoming features Planning Poker & Retro Board can identify users and use their name.

Solution (optional)

Extend Login dialog with a checkbox: Login as Guest. When the new option is selected password field is hidden and Login button changes its behavior. Instead of sending a login request it saves the given user name in session storege.
Username is shown in the app bar.

Acceptance Criteria

  • User can login as a guest without password
  • Username is displayed in the app bar
  • User name is cleared when window is closed or when user clicks logout.

image

@szymon-owczarzak szymon-owczarzak added the enhancement New feature or request label Mar 3, 2021
@szymon-owczarzak szymon-owczarzak self-assigned this Mar 3, 2021
@szymon-owczarzak szymon-owczarzak linked a pull request Mar 3, 2021 that will close this issue
7 tasks
@GrzegorzBednarski
Copy link
Collaborator

Username is displayed in notification bar after login. It's acceptable solution

szymon-owczarzak added a commit that referenced this issue Mar 11, 2021
* Bump version number after failed release workflow

* Guest Login Support

* Guest Login Support - Cypress Tests updated

Co-authored-by: szymon.owczarzak <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants