OpenCraft / Whiteboard

0 stars 0 forks source link

Rate Restaurant's Menus #11

Open Morbix opened 8 years ago

Morbix commented 8 years ago

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

Exemples:

Morbix commented 8 years ago

@giovanepossebon @cleberhenriques what do you think?

Morbix commented 8 years ago

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 commented 8 years ago

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

cleberhenriques commented 8 years ago

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

Morbix commented 8 years ago

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

cleberhenriques commented 8 years ago

@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 commented 8 years ago

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