crowdcover / congo-mines-app

Rails app for the CongoMines project
1 stars 0 forks source link

expand company table with field for 'permits' #62

Closed jameslaneconkling closed 9 years ago

jameslaneconkling commented 9 years ago

A company can have 0+ permits

They suggest a free text field for a comma-separated list. Might make more sense to break out into a new table, so long as data input is easy.

markmcdonald51 commented 9 years ago

James, I can do this either way. What is the data that they need to put in? Can you give me an example so I can create this. Thanks.

jameslaneconkling commented 9 years ago

Let's build it as a free text field for comma separated list input. (they insisted they thought this was better).

markmcdonald51 commented 9 years ago

done