hackoregon / neighborhoods-2018

Neighborhood Development project for the 2018 projects year.
MIT License
5 stars 1 forks source link

BE - ***Foundations & Slides w/ Mismatched Fields for Tooltip*** #99

Closed nam20485 closed 5 years ago

nam20485 commented 5 years ago

Foundation 027 - Owner Occupied Households https://service.civicpdx.org/neighborhood-development/sandbox/foundations/owneroccupied/?format=json

mendozaline commented 5 years ago

Despite the changes made, this has not taken effect in the actual endpoint: https://service.civicpdx.org/neighborhood-development/sandbox/foundations/owneroccupied/?format=json

mendozaline commented 5 years ago

This is close to being complete. It looks like the values for comparison_value and comparison_name should be None and not 'null'.

nam20485 commented 5 years ago

Re-open. comparison_type and comparison_value still are set to null.

https://service.civicpdx.org/neighborhood-development/sandbox/foundations/owneroccupied/?format=json

mendozaline commented 5 years ago

@nam20485 The value in the endpoint should be null, but in order to get it to appear that way it needs to be set to None. I think it's a difference between python and JSON. This issue can be closed since the endpoint is now correct and the changes have taken effect in the front-end.