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

[Web] Password Generator for Links #9666

Closed
tbsbdr opened this issue Sep 6, 2023 · 1 comment · Fixed by #9691
Closed

[Web] Password Generator for Links #9666

tbsbdr opened this issue Sep 6, 2023 · 1 comment · Fixed by #9691
Labels
Category:Enhancement Add new functionality Type:Story User Story

Comments

@tbsbdr
Copy link
Contributor

tbsbdr commented Sep 6, 2023

Description

User Stories

  • As a user who needs to enter a password I want the UI to generate a compliant password so that I don't need to figure out a password by myself.

Value

  • improve security

Acceptance Criteria

  • Always show the "generate" icon within a password-field (icon: sparkling-2-fill)
  • Click on the icon generates a new password (if a password exists already, it gets overwritten)
  • If the password needs to comply with a policy, the generated password complies with the policy;
  • If no policy is required, the generated password contains latin letters and has an entropy of >80 bits (try: https://www.omnicalculator.com/other/password-entropy)
  • Toopltip: "Generate a password"

image

Definition of ready

[ ] everybody needs to understand the value written in the user story
[ ] acceptance criteria has to be defined
[ ] all dependencies of the user story need to be identified
[ ] feature should be seen from an end user perspective
[ ] user story has to be estimated
[ ] story points need to be less then 20

Definition of done

  • Functional requirements
    [ ] functionality described in the user story works
    [ ] acceptance criteria are fulfilled
  • Quality
    [ ] code review happened
    [ ] CI is green
    [ ] critical code received unit tests by the developer
    [ ] automated tests passed (if automated tests are not available, this test needs to be created and passed
  • Non-functional requirements
    [ ] no sonar cloud issues
@JammingBen JammingBen added Category:Enhancement Add new functionality Type:Story User Story labels Sep 6, 2023
@AlexAndBear
Copy link
Contributor

AlexAndBear commented Sep 6, 2023

I want to take over as soon as this is actionable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category:Enhancement Add new functionality Type:Story User Story
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants