ocis icon indicating copy to clipboard operation
ocis copied to clipboard

[ocis] Finish user lookup in shares config

Open micbar opened this issue 4 months ago • 0 comments

Description

User Stories

  • As an admin, i want to hide personal information like e-mail address from my users

Value

  • Compliance

Acceptance Criteria

  • [ ] When OCIS_SHOW_USER_EMAIL_IN_RESULTS is false, another user attribute (user id) needs to be visible
  • [ ] This should also apply to admin users (currently implemented differently)

Definition of ready

  • [ ] Everybody needs to understand the value written in the user story
  • [ ] Acceptance criteria have to be defined
  • [ ] All dependencies of the user story need to be identified
  • [ ] Feature should be seen from an end user perspective
  • [ ] Story has to be estimated
  • [ ] Story points need to be less than 20

Definition of done

  • Functional requirements
    • [ ] Functionality described in the user story works
    • [ ] Acceptance criteria are fulfilled
  • Quality
    • [ ] Code review happened
    • [ ] CI is green (that includes new and existing automated tests)
    • [ ] Critical code received unit tests by the developer
  • Non-functional requirements
    • [ ] No sonar cloud issues
  • Configuration changes
    • [ ] The next branch of the ocis charts is compatible

micbar avatar Apr 12 '24 06:04 micbar