Predict usernames with auto-completion in popup dialog while typing in FAS username search bar.
Currently we have to enter the fas-username manually to search the username.
While searching for usernames, suggestions of username will shown regarding what is entered by the end user. (Auto-Completion). This ticket needs more digging since python-fedora does not provide API to search for phrases of username and show auto-completion.
Auto-completion of username in the search field.
Metadata Update from @jflory7: - Issue priority set to: waiting on assignee (was: awaiting triage) - Issue tagged with: PASSED, difficulty - hard, improvement, type - backend
Hey, @jflory7 I was inquisitive about how auto-completion (while typing usernames) is handled in pagure or fedora blogs?
I would like to work on the issue @jflory7! :)
Hi @alishapapun! I reviewed Pagure's source code. I found this excerpt from the back-end, but I think the username prediction is happening in the front-end code here. Unfortunately, there is not much documentation in the code about how it works.
You can try working on this and see what you can figure out. However, I suggest working on a different issue if you spend long working on this, since this issue is lower priority.
Metadata Update from @jflory7: - Custom field Requirement # adjusted to 18
Log in to comment on this ticket.