-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rate Restaurant's Menus #11
Comments
@giovanepossebon @cleberhenriques what do you think? |
I started with the name Burguer Awards (https://github.com/OpenCraft/Burguer-Awards-iOS). I am using the Sashido.io plataform that host a parse server. |
The project is using submodules to hold a private target info.plist with our keys. |
@Morbix do you know if is there any API to list known restaurants menu? |
@cleberhenriques I did not search. I pretend start with some manually inputs. |
@Morbix we can use Google Places API to retrieve places based on text or location. If we use this API, we'll not have to wait for users to create places on our database. We can just reference the Place ID on Google. What do you think? We can choose between the Rest WS or iOS SDK. |
@cleberhenriques I was not think about the user input the data. We (admin) will input some Burguer (not places), and the user will just vote. Simplest! |
List the menu of some popular restaurants and give to the user the opportunity to vote/rate each item.
Exemples:
The text was updated successfully, but these errors were encountered: