Skip to content

♻️(backend) fallback to email identifier when no name #1298

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lunika
Copy link
Member

@lunika lunika commented Aug 22, 2025

Purpose

In the UserlightSerializer, if the user has no short_name or full_name, we have no info about the user. We decided to use the email identifier and slugify it to have a little bit information.

Proposal

  • ♻️(backend) fallback to email identifier when no name

Fix #1210

In the UserlightSerializer, if the user has no short_name or full_name,
we have no info about the user. We decided to use the email identifier
and slugify it to have a little bit information.
Fix #1210
@lunika lunika requested review from sampaccoud and AntoLC August 22, 2025 13:37
@lunika lunika self-assigned this Aug 22, 2025
@lunika lunika added the enhancement improve an existing feature label Aug 22, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement improve an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 No fallback when no name
1 participant