Skip to content

Instantly share code, notes, and snippets.

@mamund
Created March 3, 2012 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamund/1964120 to your computer and use it in GitHub Desktop.
Save mamund/1964120 to your computer and use it in GitHub Desktop.
Roby Conery API Challenge - Notes
This is step one: simple authentication and then consumption of basic data.
The client will be HTML, JS, and Mobile.
Logging In.
Customer comes to the app and logs in with email and password.
A token is returned by the server upon successful authentication and a
message is also received (like “thanks for logging in”).
Productions.
Joe User is logged in and wants to see what he can watch. He chooses to
browse all productions and can see on the app which ones he is aloud to
watch and which ones he isn’t. He then chooses to narrow his selection by
category: Microsoft, Ruby, Javascript, Mobile. Once a production is selected,
a list of Episodes is displayed with summary information. Joe wants to
view Episode 2 of Real World ASP.NET MVC3 – so he selects it. The video starts.
Episodes. Kelly User watches our stuff on her way to work every day, and when
she gets on the train will check and see if we’ve pushed any new episodes
recently. A list of 5 episodes comes up – she chooses one, and watches it
on her commute.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment