hhroc / yellr-android

YellR Android App
GNU General Public License v2.0
2 stars 5 forks source link

Display responses to assignment on assignment page #206

Open thequbit opened 8 years ago

thequbit commented 8 years ago

As a user I want to be able to click on an assignment and see responses to just that assignment. When I click on an assignment in the assignment list, it should bring me to a page that has the details about the assignment and a list that I can scroll through of the responses. It will also have a 'contribute' button that will take me to the post screen.

I think this list of posts would be gotten from the server using [GET] /api/posts?assignment_id=abcd ( with cuid, lat, lng, language_code, and platform included of course ). This would allow for filtering on just response to the assignment. This is not yet implemented on the server, but I will comment back here once it is.