PublicDataWorks / complaint-manager

Apache License 2.0
5 stars 0 forks source link

Ensure initials in system are always first and last name #551

Open rnair-tw opened 7 months ago

rnair-tw commented 7 months ago

User Story

As a user of Complaint Manager I want to always see people's initials reflected in the avatar So that I am not confused who I am assigning tasks to

Business Context:

We had user feedback from Hawaii that initials in the system were not standardized (sometimes first/last name, sometimes first 2 letters of first name). After doing a spike (#534), we determined that the initials are coming from the user's email which we get from Okta. We take the Okta email (called "nickname") and parse out the first two letters of the email and display those as the initials. In order to fix this, we will need to look into Okta dashboard and and set up a method to retrieve the user name as well as their nickname and adjust our Okta API call in the app to retrieve this data.

In Scope

  1. Go into Okta dashboard
  2. Set up a method to retrieve the user name as well as their nickname
  3. Adjust our Okta API call in the app to retrieve this data

Out of Scope

Open Questions

Mockups

Acceptance Criteria

  1. Scenario: Given I am in the "all cases" page When I look at the assigned to column Then I always see the initials reflected for the user's first and last name

  2. Scenario: Given When Then

Notes

Checklist

Kickoff

Deskcheck