Skip to content

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

@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
@lunika lunika force-pushed the improvement/name_fallback branch from 1e340ef to 6cacb97 Compare August 28, 2025 14:37
@lunika lunika enabled auto-merge (squash) August 28, 2025 14:37
Copy link

github-actions bot commented Aug 28, 2025

Size Change: -9 B (0%)

Total Size: 3.6 MB

compressed-size-action

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 force-pushed the improvement/name_fallback branch from 6cacb97 to 7b08d6f Compare August 29, 2025 07:26
@lunika lunika merged commit d5c9eac into main Aug 29, 2025
21 of 22 checks passed
@lunika lunika deleted the improvement/name_fallback branch August 29, 2025 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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
2 participants