mjimenezleon13 / clapHelp

Non-profit initiative to help and support those that are actively fighting COVID-19 around the globe.
https://www.claphelp.life
2 stars 1 forks source link

Improve the Country Dropdown Menu #62

Open mjimenezleon13 opened 4 years ago

mjimenezleon13 commented 4 years ago
  1. Put the Country dropdown info in a separate file.
  2. If the menu could link to an external database with the country/region/city menu (even if it's three different dropdowns), it would be a lot easier.
mjimenezleon13 commented 4 years ago

This applies to all the sections that require a country dropdown menu.

aristizabal95 commented 4 years ago

I don't understand this issue. What country dropdown?

mjimenezleon13 commented 4 years ago

Currently, there is no country dropdown menu in the live version. However, the idea would be that: i) We identify through the IP the country in which the user is in an take it as the default country, ii) Use this information to show the ClapHelp info based on the country (the messages towards the health workers + the donations information), iii) Allow the user to change the country it's in through the use of a dropdown menu where he/she can pick a country.

With this in mind, this dropdown menu can be found on the "Write Message" view and also in the "Donations" view. So that the user can tell us where he's writing the message from and towards whom, and also allow the user to find where to donate in different countries (if he so desires).

The tasks expressed in the description of this issue refer to the current dropdown menu in UX-UI where i) the dropdown menu is expressed as huge list in the index.html file, so the idea would be to separate this file and import it later (for cleanness) and ii) if we could use an external country/region/city database instead of a huge html form, it would be an improvement.