masonpackard / bio-app

Healthcare Application for integration of a withings activity tracker
MIT License
0 stars 1 forks source link

Initial Controller #3

Open masonpackard opened 11 years ago

masonpackard commented 11 years ago

Initial Controllers:

bigfleet commented 11 years ago

The invitations should have its own controller.

Sounds like device registrations will need one.

You'll need to find out whether withings API is "pull" (you generate the requests) or "push" (you register a webhook with them). If it's the later, that will definitely need a controller.

Posts is for capturing the feedback from the pros? And notes/comments from the user? Seems like a journal model/controller might be a good match to make sure that a particular post is tied to a day.