Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Refactor docs #41

Merged
merged 4 commits into from Sep 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
27 changes: 16 additions & 11 deletions README.md
Expand Up @@ -37,7 +37,7 @@ Think about the type of work you would like to do at Just Eat and **choose an a

### Task requirements

Feel free to spend as much or as little time on the exercise as you like as long as the following requirements have been met.
Feel free to spend as much or as little time on the exercise as you like as long as the following requirements have been met. However, we understand people have busy lives and would guide you to spend no more than 2-3 hours on a submission. We also take into consideration the [Answers to technical questions.md](#technical-questions) file and what you would like to have added if you had more time. You should look at this as the complete solution, it's much quicker to explain what you would like to have done than code it.

- Please complete the user story below.
- Your code should compile and run in one step.
Expand All @@ -47,19 +47,24 @@ Feel free to spend as much or as little time on the exercise as you like as long

### User Story

As a **user running the application**
I can **view a list of restaurants in a user submitted outcode (e.g. SE19)**
So that **I know which restaurants are currently available**
Given I am a **user running the application**
When I **submit an outcode (e.g. SE19)**
Then I want to see a **list of restaurants**
And I only want to see **restaurants that are currently open**

If you have chosen a native mobile application platform please also include the following:

As a **user running the application**
I can **view the restaurant logo alongside restaurant information**
So that **I know exactly which restaurants are currently available**

As a **user running the application**
I can **use GPS to find my current postcode to retrieve restaurant results**
So that **I don't need to type it in**
Given I am a **user running the application**
When I **submit an outcode (e.g. SE19)**
Then I want to see a **list of restaurants**
And I only want to see **restaurants that are currently open**
And I want to see **the restaurant logo alongside the restaurant information**

Given I am a **user running the application**
When I click "auto detect outcode" it should **use GPS to find my current postcode to retrieve restaurant results**
Then I want to see a **list of restaurants**
And I only want to see **restaurants that are currently open**
And I want to see **the restaurant logo alongside the restaurant information**

#### Acceptance criteria

Expand Down