As a user, I want to register and save a recipe when I have generated recipes without an account
Description
When non-registered users have begun generating recipes, they will be able to register for an account after generating a recipe they'd like to save. They can create an account, and be redirected to the page that made them want to register in the first place -- complete with the pre-generated recipes and images.
Acceptance Criteria
Non-registered users can register and login to an account and be redirected to pre-generated recipes.
Registered users that log in to their account can also access recipes they generated when they were logged out.
Data is cached using browser's local storage.
Testing Criteria
Old generated recipes match new generated recipes.
Both of the above listed 'actions' will result in the same page that was present before the action was taken. e.g. Images are present as they were before.
Story
As a user, I want to register and save a recipe when I have generated recipes without an account
Description
When non-registered users have begun generating recipes, they will be able to register for an account after generating a recipe they'd like to save. They can create an account, and be redirected to the page that made them want to register in the first place -- complete with the pre-generated recipes and images.
Acceptance Criteria
Testing Criteria