-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# Stores | ||
List of available stores in my zone, with filters enabled | ||
|
||
Given the available restaurants, display them based on their status [open, order, closed ], apply filters and also the user should be able to search by name. | ||
|
||
|
||
https://user-images.githubusercontent.com/12452269/189680626-69573af0-b80b-4749-a302-1e7db84ada81.mov | ||
|
||
|
||
## Future Iimprovements | ||
|
||
- Have more refined use case to resolve the filtering and fetching data | ||
- Use more states to propagate data to the UI level | ||
- Improve the Spinner for filtering, if the app is multi language, that component can be improved | ||
- Create a string provider to handle the previous point in the viewModel level | ||
|
||
|