Create API view to fetch other user's completed challenges #118
Labels
backend
Task must have a back end issue
difficulty::hard
This issue is hard
priority::high
This issue is high priority
The view should take the username of a user as input and do the following things:
TileInteraction
model which is linked to X), the following information should be returned:The trickiest thing here is probably sending the image files to the frontend. I'm not sure of the details, but it could end up being hard to send multiple images together with json data. If so, an alternate option is for this view to not return the images, and instead have a separate view which would return a single image which would be called when the user clicks a button.
The text was updated successfully, but these errors were encountered: