-
-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a drop down for location field instead of plain input text while creating a new organization #1398
Comments
I would like to work on this issue |
hello, I would like to work on this issue. |
|
|
Hello, I have created a sample design including dropdowns. |
@Anvita0305 It looks cool !! I think you can make the dropdown and select country options more interactive by following: https://www.figma.com/community/file/978009302809014736/interactive-dropdown |
@Anvita0305 The only field in Address that can easily use this methodology is the Country. Handling the different variations of state/department/province and city names depending on the country will make the scope of your idea too broad. Focus on Country and open a PR. |
|
|
@Anvita0305 hello Anvita, actually I was working on the api for this issue. In my opinion the best approach is to call an api that retrieves all the details down to the street address as we see on many websites at the production level these days, and then pass them as mutations to the backend. That way the chances of errors minimizes a lot, and also looks a lot professional. That is just my approach. Feel free to tell if you have any other design pattern in mind, I am just suggesting. Because unless some concrete data is sent from the client side, there are always chances of tangible errors occurring. Thank You. |
This is not a reflection of worth of your idea. We need to get some key features implemented before GSoC period starts. Please continue participating in the community. We have many other issues planned in the coming days. |
Is your feature request related to a problem? Please describe.
While creating a new organization the user can enter anything in the location field. Currently, the user is expected to enter location in state, country format but it is not checked.
Describe the solution you'd like
Instead of plain input field, add two drop downs having list of all the locations (state, country).
Approach to be followed (optional)
Additional context
As shown in the ss the user can enter anything in the location field.
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship PalisadoesFoundation/talawa#359
The text was updated successfully, but these errors were encountered: