chicommons / maps

MIT License
6 stars 18 forks source link

Backend: Need to add support for latitude and longitude into backend calls #197

Open laredotornado opened 2 years ago

laredotornado commented 2 years ago

When we submit a new (or edit an existing) coop, using this form

http://localhost:3001/directory-additions-updates

We need to add backend support for capturing the latitude and longitude (fields that will be added to this form, see here. This will primarily involve updating the serializers (specifically the CoopSerializer) here

web/directory/serializers.py

to add support for the fields latitude and longitude, part the Address model.

maxgraziano commented 4 months ago

Fixed in '3.1-model-refactor'.