Ask HN: Best corporate caterers in the Bay Area?

2 points by ramanujan ↗ HN
I could certainly get on Yelp and Google for this, but wanted to get the opinions of the community. Given a (star_rating, num_employees, num_meals_per_week) triple, what's the corresponding unit price range (i.e. $/(meal * employee)) for a subscription service?

Ideally we could crowdsource a table like this:

  | User | Caterer | Nstars | Nemployees | Nmeals | $/unit |
  |------|---------|--------|------------|--------|--------|
  | asdf |   Foo   |   5    |     20     |   10   |   11   |
  | jkl  |   Bar   |   4    |    100     |   21   |    7   |
If you returned info on your caterer as a row in this form (anonymizing as necessary) we'd have some structured data!

0 comments

[ 3.2 ms ] story [ 9.9 ms ] thread

No comments yet.