From 4c75b310f61d7fec51cd6940c589c3acfa5e8c44 Mon Sep 17 00:00:00 2001 From: Reyhane Noroozi Date: Thu, 23 Apr 2026 13:43:14 +0330 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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