mirror of https://github.com/01-edu/public.git
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.
44 lines
1.4 KiB
44 lines
1.4 KiB
2 years ago
|
#### Functional
|
||
|
|
||
1 year ago
|
#### In order to run and hot reload the app either on emulator or device, follow the [instructions](https://docs.flutter.dev/get-started/test-drive?tab=androidstudio#run-the-app).
|
||
2 years ago
|
|
||
1 year ago
|
###### Does the app run without crashing?
|
||
2 years ago
|
|
||
1 year ago
|
##### Ask the student to show you the implementation of the `backend` and `frontend` for the project.
|
||
2 years ago
|
|
||
1 year ago
|
###### Did the student implement both `backend` and `frontend` for the project?
|
||
2 years ago
|
|
||
1 year ago
|
##### Try to `authenticate via email`.
|
||
2 years ago
|
|
||
1 year ago
|
###### Can users `authenticate via email`?
|
||
2 years ago
|
|
||
1 year ago
|
##### Try to search for friends using their `email`. You can do this by creating two different accounts.
|
||
2 years ago
|
|
||
1 year ago
|
###### Is it possible to search for friends by `email`?
|
||
2 years ago
|
|
||
1 year ago
|
##### Try to send a friend request.
|
||
|
|
||
|
###### Can users send friend requests?
|
||
|
|
||
|
##### Try to `Accept` the friend request.
|
||
|
|
||
|
###### Can users `Accept` friend requests?
|
||
|
|
||
|
##### Check if the friend was `Added` to the `friends list`.
|
||
|
|
||
|
###### Was the friend `Added` to the `friends list`?
|
||
|
|
||
|
##### Try to `Delete` the friend form the `friends list`.
|
||
|
|
||
|
###### Is it possible to `Delete` friends from the `friends list`?
|
||
|
|
||
|
##### Try to send a new friend request but this time `Deny` it.
|
||
|
|
||
|
###### Can users `Deny` friend requests?
|
||
|
|
||
|
##### Check if the student successfully implement `location` tracking to determine the last known `location` of each user.
|
||
|
|
||
|
###### Can users see their friends last known `location` in the map?
|
||
|
|
||
|
###### Was the `location` sent to the server `every 5 seconds` each time the app was opened?
|