RSE-Sheffield / RSEAdmin

A Resource Allocation and Finance tool for RSE Groups
https://rseadmin.readthedocs.io/en/latest/
MIT License
24 stars 6 forks source link

New feature: add autocomplete to the name input in the new client form #226

Closed yld-weng closed 11 months ago

yld-weng commented 11 months ago

Overview

Add auto-complete feature so the user can look up clients whilst adding a new client. This should eliminates the chance of duplication of clients.

Images

The list will show name, department, and description.

image

The form will be auto-completed when click on any of the client.

image

Other notes

Close #205 .

This PR extends from #221.

twinkarma commented 11 months ago

Same issue with seeing commit from other branches as mentioned in #225 but the feature seems to be working for me.

yld-weng commented 11 months ago

Same issue with seeing commit from other branches as mentioned in #225 but the feature seems to be working for me.

It seems like Github doesn't update the PR when there's change in the target branch. I've change the base branch so now it should only included commits for this feature