You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
913 B

#### Functional
> In order to run and hot reload app either on emulator or device, follow the [instructions](https://docs.flutter.dev/get-started/test-drive?tab=androidstudio#run-the-app)
###### Was the app committed within the required time period?
###### Does the app run without crashes?
###### Does the first page contain top rated movies with descending rating?
###### Does every movie icon contain name, image, release date, rating, duration?
###### Is the new route created when the movie icon is tapped?
###### Does the movie profile page display at least 5 parameters regarding the tapped movie?
###### Does the search bar look for only the movies by movie name, as does SQL's **_ilike_** comparision?
###### When no search query is supplied, does the app show all items?
###### Widgets should not be overflowed. Is it the case in both routes?
###### Does the app behave as it is supposed to?