opfo / app

An iOS app for the EDA397 course made at Chalmers in the spring of 2013.
7 stars 1 forks source link

Add activity view for displaying user specific data [feature/activity-view] #34

Closed tdeekens closed 11 years ago

tdeekens commented 11 years ago

:exclamation: This branch is under development and shall only be merged with caution :exclamation:

The intention of this pull request is keep track and discuss an activity view as implied by the tabbar. The view will in this current vision consist of a simple UITableView which renders either OPFQuestions, OPFAnswers and OPFComments in a simple, non space consuming manner. A click on any cell will lead to its corresponding Question/Answer- and Comment-View. Data displayed will or course be always user bound wherefore the app needs state about a logged in user.

Groet'n, Tobi