Skip to content
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

Address value format inconsistencies #53

Closed
rdev0rigin opened this issue Oct 8, 2018 · 1 comment
Closed

Address value format inconsistencies #53

rdev0rigin opened this issue Oct 8, 2018 · 1 comment

Comments

@rdev0rigin
Copy link

Expected Behavior
When fetching data from the the API the shelter objects should supply consistent formats for it's property values.

eg

[
     {
        "address": "123 example way",
        "city": "Exampleton"
    },
    { 
        "address": "456 foo st.",
        "city": "Barberg"
    },
   ...
]

Current Behavior

I am receiving different formats for the address values, some contain just the street address and some contain the street, city, state and zip.

screen shot 2018-10-08 at 1 04 43 pm

screen shot 2018-10-08 at 1 04 29 pm

Note:
I am setting conditionals for the different formats and for just types it's not too bad.

@rdev0rigin
Copy link
Author

Duplicate of 27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant