diff --git a/README.md b/README.md index f2cca2f..45ccefc 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ Code Quality: Clean, readable, well-structured code with proper naming Understanding: You must be able to explain your implementation --- ## Bonus Tasks ✒️ +Parse the JSON returned by the `getMovieInfo` method into a MovieInfo entity, and then present the structured movie details based on the user‑provided movie ID. + Advanced search (title, genre, year, rating, etc.) Sorting options for movies