Skip to content

Commit 0472529

Browse files
readme updates
1 parent 8f2a727 commit 0472529

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## The Brief…
44
Create a screen that allows a user to login to their moneybox account and display their total plan value.
55

6-
Duration: 2 hours
6+
**Duration: 2 hours**
77

88
## What we are looking for…
99
A fully working Android application
@@ -15,12 +15,14 @@ Unit Tests
1515
## The Project…
1616
The project includes the networking code and models to complete the task, you will just need to integrate them and implement the logic.
1717

18-
The `Networking` class contains the `OkHttp` and `Retrofit` instances with the required headers for an unauthenticated request.
19-
The `models` package contains the request and response models with all the fields required for the rest of the task.
18+
- The `Networking` class contains the `OkHttp` and `Retrofit` instances with the required headers for an unauthenticated request.
19+
- The `models` package contains the request and response models with all the fields required for the rest of the task.
2020

2121
## Part 1 - Login Screen…
2222
We would like to allow the user to enter their email address and password and login to our app. Please design your screen according to the wireframes below:
2323

24+
![Login](/images/login.png)
25+
2426
To login please use the endpoint and credentials below:
2527
```
2628
Endpoint: @POST("users/login")
@@ -32,6 +34,8 @@ You can use `LoginRequest` to make your request and `LoginResponse to parse your
3234
## Part 2 - Display Plan Value
3335
Once you have logged in, please create a simple screen that displays the user's `TotalPlanValue`. Please design your screen according to the wireframe below:
3436

37+
![Accounts](/images/accounts.png)
38+
3539
To retrieve this data please use the endpoint with an additional authorization header, replacing BEARER_TOKEN_HERE with the bearer token you get in `SessionDataResponse`:
3640

3741
```
File renamed without changes.

0 commit comments

Comments
 (0)