From bce152a262752bc83f2e67e9a4fd9856348915d2 Mon Sep 17 00:00:00 2001 From: Konstantin Mikhailovskiy Date: Thu, 21 Apr 2022 18:10:20 +0300 Subject: [PATCH] Minor fixes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 89ed565..b22743b 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,17 @@ Create the application which allows user to review the list of ongoing movies an #### Technical requirements -[] Provide proper logic for movies persistence (there are two sources: remote and local) and +1. Provide proper logic for movies persistence (there are two sources: remote and local) and retrieval (you might be interested in `MoviesRepository`), cover this logic with unit tests. -[] There are pieces of code in this project which make some smell, some of them make this project +2. There are pieces of code in this project which make some smell, some of them make this project not work properly. Even though, it's compiling. -[] Make sure, the movies list is displayed properly, and favorites functionality works fine as well. +3. Make sure, the movies list is displayed properly, and favorites functionality works fine as well. -[] Provide error handling where it's needed (wrap exceptions, provide error placeholders on the UI layer, etc). +4. Provide error handling where it's needed (wrap exceptions, provide error placeholders on the UI layer, etc). -[] Implement movie details screen / dialog / bottom sheet. +5. Implement movie details screen / dialog / bottom sheet. #### Notes