Open-Assistant
Open-Assistant copied to clipboard
Admin interface: Change display name (#2849)
Hello 👋,
I hope you're doing great! I'm delighted to submit this pull request for enhancing the admin interface #2849 by adding the ability to change the display name of users.
🌟 Changes Made
Below is a summary of the changes I've made in this PR:
FRONTEND:
-
[id].tsx
- removeisDisabled
from FormControl. -
oasst_api_client.ts
- change API PUT url inset_user_status
method to acceptdisplay_name
parameter. -
update_user.tsx
adddisplay_name
parameter.
BACKEND:
-
user.py
-> updateupdate_user
function signature *(addeddisplay_name: Optional[str] = None
) -
user_repository.py
updateupdate_user
function signature *(addeddisplay_name: Optional[str] = None
) and add check in if statment.
🤝 Your Feedback is Valued
I appreciate your time in reviewing this PR, and I'm looking forward to any feedback or suggestions you might have. If you have any questions or need further clarification, please don't hesitate to reach out. I'll be more than happy to assist.
Thank you once again for considering this contribution to the project! Let's continue working together to make our admin interface even better! 😊
Best regards,
datatab.