You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: