umts / microservices-ntdsurveys

Rails 5 microservice for tracking NTD passenger count surveys.
MIT License
0 stars 0 forks source link

Views #14

Closed AkivaGreen closed 8 years ago

AkivaGreen commented 8 years ago

I created the views for the REST controller actions. This should contribute to #5 as we get into more specifics afterwards.

dfaulken commented 8 years ago

BTW @AkivaGreen, you no longer need to fork in order to work on any UMTS repo.

AkivaGreen commented 8 years ago

Oh, cool. I'll slowly ease myself into that as more time passes.

AkivaGreen commented 8 years ago

Hey @bgregg, do we need views for SurveyTripStops since we will be using Surveys to get survey trip stops in the first place. We could just make some partials if we need to do any editing?

AkivaGreen commented 8 years ago

This is ready to be merged. In a separate pull request, I will do actual haml, css, and javascript for the views.