Skip to content
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

Open
Morbix opened this issue Aug 20, 2016 · 7 comments
Open

Rate Restaurant's Menus #11

Morbix opened this issue Aug 20, 2016 · 7 comments

Comments

@Morbix
Copy link
Member

Morbix commented Aug 20, 2016

List the menu of some popular restaurants and give to the user the opportunity to vote/rate each item.

  • List menu and details;
  • User can request a new restaurant;
  • Ranking by category: Most Voted, Most Wanted, etc.
  • List user votes;

Exemples:

  • Outback;
  • Applebees;
  • Madero;
  • McDonalds;
  • Le Grand Burger;
@Morbix
Copy link
Member Author

Morbix commented Aug 20, 2016

@giovanepossebon @cleberhenriques what do you think?

@Morbix
Copy link
Member Author

Morbix commented Aug 21, 2016

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.

@Morbix
Copy link
Member Author

Morbix commented Aug 21, 2016

The project is using submodules to hold a private target info.plist with our keys.

@cleberhenriques
Copy link
Member

@Morbix do you know if is there any API to list known restaurants menu?

@Morbix
Copy link
Member Author

Morbix commented Aug 22, 2016

@cleberhenriques I did not search. I pretend start with some manually inputs.

@cleberhenriques
Copy link
Member

@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.

https://developers.google.com/places/

@Morbix
Copy link
Member Author

Morbix commented Aug 22, 2016

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants