#1007: [Feature]: add a username check with backend API calling
Issue #1007 by KoushikBaagh
[Feature]: add a username check with backend API calling
Is your feature request related to a problem? Please describe.
The system allows multiple users to register with the same username
Describe the solution you'd like
Make a separate API for username check - whenever the user writes inside the input box, we'll make a call to the server to check if it's available and then show it directly.
Additionally, I will make sure that we don't have too many calls with it.
Alternatives
No response
Additional Context
No response
Are you interested in contributing?
- [X] I'd like to work on this issue
Code of Conduct
- [X] I have used the search function to check if an issue already exists
- [X] I agree to follow this project's Code of Conduct
Which program are you contributing in?
ssoc
0 Replies