Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow users to read reviews of a selected movie #12

Closed
frank-tan opened this issue Aug 24, 2015 · 4 comments
Closed

allow users to read reviews of a selected movie #12

frank-tan opened this issue Aug 24, 2015 · 4 comments
Assignees
Milestone

Comments

@frank-tan
Copy link
Owner

No description provided.

@frank-tan frank-tan self-assigned this Aug 24, 2015
@frank-tan frank-tan added this to the P2 milestone Aug 24, 2015
@frank-tan
Copy link
Owner Author

Use GET https://api.themoviedb.org/3/movie/76341?api_key=xxx&append_to_response=reviews,trailers to get reviews and trailers in one go

@frank-tan
Copy link
Owner Author

Create review table

Columns: _id, moviedb_id, author, content, url

@frank-tan
Copy link
Owner Author

  1. Fix the polling check observer in unit testing
  2. Try using one query with left outer join in the detail view to get movie details

@frank-tan
Copy link
Owner Author

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant