-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add a name field to work_sites #107
Comments
I'll tackle this; thanks. It's blocking #55. |
@glazomaniac Do work sites have names? |
Sorry, I didn't realize the question was still outstanding. From reading the material on the http://www.habitat-nola.org site, I saw these and thought they must have names for the various projects:
I can try finishing #55 without this and then change it to accommodate names if/when we hear back that it's OK. |
Looking at the database, right now we have 3 separate work sites on America Street. You can see them all at https://habitat-nola-signin.herokuapp.com/ by checking the work site dropdown. |
Got it. So it's not looking good for the |
We sometimes have names for special builds or projects, but yeah, it's better if we just do this all by address. Thanks for the thought, though! |
We'll never be building more than 10-20 addresses at a time--our staff just isn't big enough for that. Usually it's around 10 or 12. So it shouldn't be a problem regarding the dropdowns if the inactive sites are able to be removed from them when we're done. |
@glazomaniac Thanks for the feedback; I'm closing this issue. |
Add a
name
field to the work_sites table which can be used when displaying and selecting work_sites. On work_site creation, thename
field should be required and unique. Theaddress
field should remain required and be shown when viewing work_site details.The text was updated successfully, but these errors were encountered: