AguaClara / post.visualize-DEPRECATED-IN-FAVOR-OF-POST.VISUALIZE.ANGULAR

Visualization Application for the Plant Operations Smartphone Tracker (POST) team of AguaClara
MIT License
0 stars 0 forks source link

Develop easy way to add plants #20

Open monroews opened 7 years ago

monroews commented 7 years ago

The menu of plants should be updated so that it lists all of the plants. The plant list should be maintained in a data base so that the POST app updates correctly when new plants are added (without having to release a new version of the app). This method of selecting plants from a menu will also need to be changed as the number of plants grows.

eak24 commented 7 years ago

We currently have a "plant parameters" csv located on aggregate that includes each plant and info about the particular plants. That is how we build the post collect forms correctly. Ideally, we would reference that hosted document directly so we're not duplicating state.

eak24 commented 7 years ago

The csv to reference is this: https://github.com/AguaClara/post.odkForms/blob/master/media/plantParameters.csv it is the master plant parameters sheet that we use to generate the collect forms and therefore is guaranteed to be up to date with the plants on POST collect.

eak24 commented 7 years ago

Except it includes a "test" plant that we'll have to either delete or parse out of the plants to show on visualize. I suggest deleting it... We don't want to leave this authoritative sheet messy with a test plant.