lc9900 / capstone

Capstone project for fullstack
1 stars 1 forks source link

MVP Description #25

Open lc9900 opened 7 years ago

lc9900 commented 7 years ago

MVP features

lc9900 commented 7 years ago

Final MVP Description --

Member Login One address per user seeded. Member just put in his/her own address, and pick a friend. Then app calculate a list of options.

lc9900 commented 7 years ago

Possible workflow candidate for MVP? The key is to demonstrate that Rendezvous can make recommendation on meetup venues base on certain set of constraint (i.e. geo location)

This assumes both User1 and User2 have Rendezvous accounts and are friends within Rendezvous. This allows only current day meetups, using users current location as origin. No email notification. Venue is limited to restaurant only, with no budget concern.

  1. User 1 and user2 already have Rendezvous account.
  2. User1 propose a meetup to user2 at a specific time.
  3. User2 sees the request and can either accept it or reject it.
  4. If user2 rejects, then the story ends.
  5. If user2 accepts the request, Rendezvous will then use user1 and 2's current location, and make a SINGLE recommendation in the middle point (geographically)
  6. If both users accepts the recommendation, the meetup is official, and can be view by these two users.
  7. If any one of the users reject the recommendation, the story ends.
lc9900 commented 7 years ago

Member Login One address per user seeded. Member just put in his/her own address, and pick a friend. Then app calculate a list of options.