CMPUT301W13T06 / classproject

RecipeBot
http://cmput301w13t06.github.com/classproject/
2 stars 6 forks source link

Get recipes from users #17

Closed f2prateek closed 11 years ago

f2prateek commented 11 years ago

References Issue #003

Story(optional): As a user I should be able to get recipes from other users somehow.

Description: User can get recipe from another user

Actor: User1, User2

Precondition: User1 has sent User2 an image

Trigger: User2s app is notified that he has received a recipe.

Basic Flow:

1. User1 sends a recipe
2. User2's app is notified
3. User2's app downloads the recipe
4. User2's app show him the recipe

Tests:

  1. Email verification
  2. Apps notified
  3. Download recipe properly
  4. Actual recipe is sent, not empty one
f2prateek commented 11 years ago

Specify a toString method in the Recipe, add that as the intent extra in SHARE_INTENT