ayudapy
ayudapy copied to clipboard
Load cities using AJAX
To reduce the size of the HTML for the requests list page, and speed up loading time, we should call an API to render the cities in the dropdown, instead of including them as part of the HTML page (which is rendered by the server).
The above will require an API for cities with capabilities of searching by a text string.