Open ambrishverma opened 9 years ago
Hey Ambrish,
Your README is not complete: it doesn't have number of hours spent, and the walkthrough gif. You can copy from the example. Also, you are missing required stories. Please complete them as soon as possible.
Hi Stephen,
Thank you for your feedback and my apologies for missing out a few details in the Readme.txt.
I have updated the Readme file with time spent and gif information, though walkthrough gif I had already uploaded in the same submission folder on Github. https://github.com/ambrishverma/iOS/blob/master/RottenTomatoes/Ambrish-RottenTomatoes-Demo.gif https://github.com/ambrishverma/iOS/blob/master/RottenTomatoes/Ambrish-RottenTomatoes-Demo.gif
I am still working on finishing up remaining required stories and will wrap them up likely by tonight.
Thanks Ambrish
On Feb 9, 2015, at 12:18 PM, Stepan Grigoryan notifications@github.com wrote:
Hey Ambrish,
Your README is not complete: it doesn't have number of hours spent, and the walkthrough gif. You can copy from the example http://courses.codepath.com/courses/intro_to_ios/pages/rotten_tomatoes_readme. Also, you are missing required stories. Please complete them as soon as possible.
— Reply to this email directly or view it on GitHub https://github.com/ambrishverma/iOS/issues/1#issuecomment-73582001.
:+1: nice work. The point of this homework was to explore a simple example of a full MVC application with a RESTful API. For each point in the homework feedback checklist, I'll either confirm that you're on the right track with the implementation, or I'll provide some feedback:
movie
. In the custom setter of movie
, you should configure the various labels and images. This decouples your custom cells from the table view controllers.In general, you should challenge yourself to create visually polished applications. That's where you'll find all the rough edges of the iOS framework and earn the next level of mastery.
"/cc @codepath" /cc @codepath
I have completed most of the required tasks for Assignment-1 (details in the Readme.txt).
https://github.com/ambrishverma/iOS/tree/master/RottenTomatoes
Thanks Ambrish