|
1 |
Create a recipe successfully |
a recipe title |
the recipe creation process is triggered |
the recipe will be created in the table recipes. |
|
2 |
Create a recipe with image successfully |
a recipe title and an image |
the recipe creation process is triggered |
the recipe will be created in the table recipes with the title and data in the image field. |
|
3 |
Don't create a recipe because of data duplication |
a recipe title and our database has one recipe with the SAME title |
the recipe creation process is triggered |
the recipe WON'T be created in the table recipes. |
|
4 |
Don't create a recipe because of data mutually exclusive |
a recipe title, an quantity but WITHOUT uom |
the recipe creation process is triggered |
the recipe WON'T be created in the table recipes. |
|
5 |
Don't create a recipe because of data mutually exclusive |
a recipe title, an oum but WITHOUT quantity |
the recipe creation process is triggered |
the recipe WON'T be created in the table recipes. |
|
6 |
Don't create a recipe because of quantity is less than or equal to zero |
a recipe title, a quantity is less than or equal to zero |
the recipe creation process is triggered |
the recipe WON'T be created in the table recipes. |
|
7 |
Don't create a recipe because of uom is not a time unit |
a recipe title, quantity and uom which is not a time unit |
the recipe creation process is triggered |
the recipe WON'T be created in the table recipes. |
|
8 |
Create a recipe with title, quantity and uom (time) correctly |
a recipe title, quantity and uom (time unit) |
the recipe creation process is triggered |
the recipe will be created in the table recipes. |
As a User
I want to create and save a recipe
So that I can easily access and prepare my favorite dishes.
Definition Of Ready (DoR)
Scope
idPRIMARYINTEGERNOT NULLAUTO INCREMENT1descriptionUNIQUETEXTNOT NULL12EasyidPRIMARYINTEGERNOT NULLAUTO INCREMENT1descriptionUNIQUETEXTNOT NULL50Chilean FoodidPRIMARYINTEGERNOT NULLAUTO INCREMENT1descriptionUNIQUETEXTNOT NULL50Approvedis_activeTINYINTNOT NULL1idPRIMARYINTEGERNOT NULLAUTO INCREMENT1titleUNIQUETEXTNOT NULL50Queque de lima y limóntype_idFOREIGNINTEGERNOT NULLrecipe_types1level_idFOREIGNINTEGERNOT NULLrecipe_levels1preparation_timeTINYINTUNSIGNED90uom_time_idMSINTEGERTOPH11uom_time_abbreviationMSTEXT(5)TOPHminpersons_qtyINTEGER5status_idTINYINTNOT NULLrecipe_status1idPRIMARYINTEGERNOT NULLAUTO INCREMENT1descriptionUNIQUETEXTNOT NULL12ImageidPRIMARYINTEGERNOT NULLAUTO INCREMENT1descriptionUNIQUETEXTNOT NULL30youtubeidPRIMARYINTEGERNOT NULLAUTO INCREMENT1recipe_idFOREIGNINTEGERNOT NULLrecipes1type_idFOREIGNINTEGERNOT NULLrecipe_media_types1source_idFOREIGNINTEGERNOT NULLrecipe_media_sources1media_urlTEXT250https://youtube.com/watch?v=example123media_blobBYTEA0x89504E470D0A1A0Ais_mainTINYINTNOT NULL1Out of scope
Acceptance Criteria
Definition of Done (DoD)