You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just writing this down so I don't forget. The flow is something like this.
User selects share in the Recipe Activity. We put all the recipe information as text, but also attach a json object of the recipe as an extra.
User emails.
Receiving user views email. They'll see the recipe text, but also an attachment.
When they click the attachment, our Broadcast receiver accepts the json file, parses it into a recipe, and start the activity with the recipe as an extra. We should probably save the recipe to the database automatically.
Part 1 was done (email the recipe). Part 2 needs to be done - that is import. Should be a simple matter of writing the Broadcast Receiver that supplies a Recipe to RecipeActivity
References Issue #3
Story(optional): As a user, I want to email other users recipes that they can immediately import into their recipe program.
Description: User can email recipes to other users, who can them import them onto their app
Actor: User, Receiver
Precondition: User chooses a recipe to email
Trigger: User selects to email recipes
Basic Flow:
Tests:
The text was updated successfully, but these errors were encountered: