You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm starting to work on this issue (unless someone already started with it) and I have some questions about it:
The user's profile form will have new inputs for their country/state/city info
In order to do that, we need new fields in the users table with country_id, state_id and city and new tables with the possible country/states
Next to the tags-filter a "Location"-filter will be added
To make this filter work the info for "Location" should be added in the json returned by the api
Do we ask for country/state/city only? Or will we need an address too?
I've prepared a migration to populate the country and state tables but I believe this is not the best option. Maybe someone has a better idea of how to do this.
If I am missing something, please let me know.Thanks!
martarf
pushed a commit
to martarf/webapp
that referenced
this issue
Jul 20, 2015
Be able to filter people by geographical location
The text was updated successfully, but these errors were encountered: