FlightNode / FlightNode.Api

Stand-alone or IIS-integrated service that hosts the FlightNode APIs
MIT License
0 stars 2 forks source link

Waterbird Foraging Survey #26

Closed stephenfuqua closed 7 years ago

stephenfuqua commented 8 years ago

As a Volunteer, I want to submit a foraging survey, so that project coordinators can compile scientific data on birds foraging behavior at a site.

stephenfuqua commented 8 years ago

Depends on #25.

[ ] Basic user interface [ ] API [ ] Add map to UI if possible

stephenfuqua commented 8 years ago

Review comments

Page 1

Page 2

Back button to Page 1

stephenfuqua commented 8 years ago

In a meeting with users back in March, I learned:

stephenfuqua commented 8 years ago

Need to change to query for all the different attributes, e.g. tides, water, etc., instead of using the temporary hard-coding in censusFormService. This is likely why saving some of these values failed previously.

stephenfuqua commented 8 years ago

I wrote a controller that returns all of the "enums" for tides, weather, etc. But loading radio and select buttons dynamically can be slow, even with async actions. Might need to switch that back.

Either way, I have now broken the location selection and must fix that.

stephenfuqua commented 8 years ago

What about timezone? Does it matter in this case? Might need to ask users about this.

kpunjani commented 8 years ago

Entered 1/1/00 for date, start time came out as 2015-03-25T16:11:11.011Z UTC is good But where did the date come from?

Answer to this is I have hard coded start date and end date in the censusFormService in order to make the front to back integration work. The date format which the date control was returning was not compatible with back end date format.