-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
How do YOU use django-address? Add Comment Here #115
Comments
I'm pinning this issue. If you have a moment to describe your use case of django-address, please feel free to describe it in this issue. |
django-address
Use Cases
I'll kick things off with some answers of my own. What kind of app do you use Django Address in? Which country or countries do you primarily collect addresses in? Do you need to display saved addresses back to users? How do you format them? How long have you been writing code with Django? What does your application do with address information? Have you made customizations to django-address? What are they? Where do you see opportunity to improve django address? |
What kind of app do you use Django Address in?
Which country or countries do you primarily collect addresses in?
Do you need to display saved addresses back to users? How do you format them?
How long have you been writing code with Django?
What does your application do with address information?
Have you made customizations to django-address? What are they?
Where do you see opportunity to improve django address?
Thanks Rob, you're doing a great job! |
What kind of app do you use Django Address in? Which country or countries do you primarily collect addresses in? Do you need to display saved addresses back to users? How do you format them? How long have you been writing code with Django? What does your application do with address information?
Have you made customizations to django-address? What are they? Where do you see opportunity to improve django address? |
Updated to the use cases I gave above. Now we will have not only the sellers choosing their location, but also the buyers when they want to do a location-based search for items near them. This will probably ramp up the number of lookups by 10x or more. |
What kind of app do you use Django Address in? Which country or countries do you primarily collect addresses in? Do you need to display saved addresses back to users? How do you format them? How long have you been writing code with Django? What does your application do with address information? Have you made customizations to django-address? What are they? Where do you see opportunity to improve django address? |
Thanks for adding this feedback, @timjonez! |
What kind of app do you use Django Address in? Which country or countries do you primarily collect addresses in? Do you need to display saved addresses back to users? How do you format them? How long have you been writing code with Django? What does your application do with address information?
Have you made customizations to django-address? What are they? Where do you see opportunity to improve django address? |
Please take a moment to share how you use django-address!
Here are some questions you could answer, though any feedback is helpful!
Previously titled, "Outline Common
django-address
Use Cases"This ticket is an attempt to understanding understanding the most common use cases for this package. This will help us understand where to focus development effort.
The package example app does not show a complete flow. For example, first saving, then re-displaying formatted information.
@masaruduy reported in #113 a desire to limit auto-suggest to country--a seemingly reasonable request that if included would improve the usefulness of the package.
This ticket proposes first listing common use cases, whether or not the code currently handles them, which should ideally be demonstrated in the example app.
These will form the basis of both identifying gaps in existing functionality and creating a set of features to build to improve the package overall.
The text was updated successfully, but these errors were encountered: