KoKo-debug / OpenPlayful

OpenTable clone
8 stars 0 forks source link

Schema: #2

Open PLUCS2 opened 4 years ago

PLUCS2 commented 4 years ago
KoKo-debug commented 4 years ago

I'm confused on how user location works. Are we talking about getting their location based on the ip address? if not, it seems like we are getting their location based on the address that they submit on user sign up/profile page. is that correct?

I was originally thinking about just having a user select their general location from a drop-down list of cities/countries

KoKo-debug commented 4 years ago

Oh! were you talking about this feature on opentable?

It looks like you're in Manhattan. Not correct? Get current location

and when u click "Get current location" it finds where I am after I allow my location to be shared? (also it seems like it knows my location anyways because it says "looks like you're in Manhattan")

KoKo-debug commented 4 years ago

I left address and name without null:false. Is that correct?

users don't need address, just location name linked to a long and lat while restaurants need address to get long and lat and won't have a need for name.

is what I was thinking.