Skip to content

Admin: use username instead of userJid in user view URL#883

Merged
fushar merged 1 commit intomasterfrom
admin-user-username-url
Mar 28, 2026
Merged

Admin: use username instead of userJid in user view URL#883
fushar merged 1 commit intomasterfrom
admin-user-username-url

Conversation

@fushar
Copy link
Copy Markdown
Member

@fushar fushar commented Mar 28, 2026

Summary

  • Add GET /api/v2/users/username/{username} backend endpoint to look up users by username
  • Change admin user view URL from /admin/users/JIDUSER123 to /admin/users/andi
  • Update frontend route, queries, and components to use username as the URL parameter

🤖 Generated with Claude Code

Change the admin user view page URL from `/admin/users/JIDUSER123` to
`/admin/users/andi` for human-readable URLs.

- Add `GET /api/v2/users/username/{username}` backend endpoint
- Add corresponding feign client method
- Update frontend route, query, and components to use username param

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@fushar fushar merged commit 8c07c5a into master Mar 28, 2026
8 checks passed
@fushar fushar deleted the admin-user-username-url branch March 28, 2026 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant