codeforamerica / brigade-alpha

The old Code for America Brigade website. The new site at https://github.com/codeforamerica/brigade
BSD 3-Clause "New" or "Revised" License
16 stars 18 forks source link

Add a location field to Brigade sign up form. #68

Closed ondrae closed 9 years ago

ondrae commented 10 years ago

Description

When at the default sign up form, without a Brigade selected, we should add a location field. This will later let us connect all the people in a place once a Brigade does start.

There is some cludge around the form right now, as it still pushes to the old database. There is an unused location field in there. The type it expects is an object, while we'll want to the new field to be a string. Once we switch from the old database, to the new one, we can use the location field again.