Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simplekjl authored Sep 12, 2022
1 parent 8c9d43f commit 2c614a4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
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


0 comments on commit 2c614a4

Please sign in to comment.