rubyforgood / applied-conservation

MIT License
7 stars 17 forks source link

Greg can edit default_health_attributes #89

Closed jgaskins closed 6 years ago

jgaskins commented 6 years ago

Admins need to be able to edit the default health attributes that targets can choose from

efl7a commented 6 years ago

@jgaskins - do you have a list of default health attributes? I would like to work on this issue, but currently don't have any health attributes to edit.

jgaskins commented 6 years ago

We don't, really. The basic idea is that a "health attribute" is something like how you might rate the flow of a river (stagnant, poor flow, good flow, etc). It might not be a bad idea to add something like this to the DB seeds, actually.

efl7a commented 6 years ago

How about some of these attributes?

DEFAULT_HEALTH_ATTRIBUTES = [ 'pH', 'temperature', 'salinity', 'nutrients', 'species diversity', 'seagrass condition', 'flow', 'invasive species', 'plant cover', 'soil quality', 'wind erosion', 'soil erosion' 'population growth', 'Other', ].freeze

maebeale commented 6 years ago

completed