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

597 Profilbilde i headingen #598

Merged
merged 3 commits into from
Jun 14, 2024
Merged

Conversation

joacimds
Copy link
Collaborator

@joacimds joacimds commented Jun 13, 2024

Hva løser oppgaven:

Profilbildet for innlogget person var ikke lenger tilstede og fallback bildet ble alltid brukt. Nå skal profilbildet som brukes være den samme som brukes i listen over de ansatte.

Hvordan er oppgaven løst:

  • Tar i bruk eksisterende endepunkt for å hente ansattinfo. Denne har url for profilbilde.
  • Jeg bruker propertien email som kommer fra ./userInfo-endepunktet til å hente bildet. E-posten som skal legges i apiet for å hente ansattinfo er case-sensitive, så bruker .toLowerCase(). Har antatt at alle -postene fra endepunktet er lowercase.
  • Ansattinfoen legges inn i UserInfoContext for lettere tilgang til den.
  • Fjernet parameter url fra et endepunkt hvor det ikke ble brukt.
  • Har også fjernet noe ubrukt kode relatert til auth, etter arbeidet med å bytte til Azure AD innlogging.

@joacimds joacimds added the enhancement New feature or request label Jun 13, 2024
@joacimds joacimds requested a review from TirilS June 13, 2024 09:44
@joacimds joacimds self-assigned this Jun 13, 2024
@joacimds joacimds merged commit 8763721 into master Jun 14, 2024
2 checks passed
@joacimds joacimds deleted the feature/597-profilbilde-i-heading branch June 14, 2024 09:21
@joacimds joacimds linked an issue Jun 26, 2024 that may be closed by this pull request
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 this pull request may close these issues.

Erstatte Forbokstav/standard ikon med Profilbilde i heading
2 participants