Skip to content

Commit

Permalink
Update README to create a sections
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriisurzhykov authored May 22, 2024
1 parent ffbc336 commit 62bb4d1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# About

Purs-Android is an android version of the test application which is concidered as a "Take Home Assignment"
<details>
<summary>Requirements</summary>

# Requirements
## Data Layer
Expand Down Expand Up @@ -134,6 +136,10 @@ The location may be opened 24 hours for the day if `start_local_date` is 00:00 a
"end_local_time": "00:00:00"
}
```
</details>

<details>
<summary> UI Design </summary>

# UI Design
The primary source of design requirements is the [Figma document](https://www.figma.com/file/5BXJxCRmeOCeWyW9D0ivc7/Mobile-Take-home?type=design&node-id=0%3A1&mode=design&t=esTJOvM76vo0a121-1)
Expand Down Expand Up @@ -185,6 +191,13 @@ The user can navigate back to the location selection screen to choose another lo
- Each list item should be styled as a card (CardView) with the location name and an arrow indicating navigation to the detail screen.
#### Actions
When a list item is tapped, the app navigates to the detailed working hours screen for the selected location.
</details>

<details>
<summary>Architecture design</summary>

# Architecture design
</details>

# Test cases

Expand Down

0 comments on commit 62bb4d1

Please sign in to comment.