- Draw wire frames
- Write user stories
- Outline MVP
- Research how to scrape the API of stackOverflow
- Create a list of questions which are related to iOS
- Show users avatar, number of comments, score, list of tags and answer count
- Caching?
- Network timeouts?
- New items pushed onto previously loaded questions with no duplicates?
- As a user, I want to be able to see all of the latest questions which are related to iOS
- As a user, I want to see the title of the questions
- As a user, I want to see the avatar of the person who asked the question
- As a user, I want to see the number of comments on each question
- As a user, I want to see the score that the user was given
- As a user, I want to see a list of tags
- As a user, I want to see the number of answers for each question
The user can click see all of the latest iOS related questions from StackOverflow. They can click on the question title and see the number of comments, answer count and score.