About Team Recipes
Introduction
The about section is provided to help the user understand the operations of the Global Plate recipe application.
Recipes Table Refresh Button
Recipe data is stored inside the user's browser. This implementation decision was made to help reduce the workload on the AWS database. When other users add new recipes to the collection, you will not see those new recipes on your browswer unless you close down and clear the cache in your browser or hit the provided refresh button in the all recipes table. This will retrieve any new recipe data added by other users and will update your local browsers recipe table.
Add New Recipe Guidelines (Input Validation)
System Security - Input validation prevents improperly formed data from entering an information system. Because it is difficult to detect a malicious user who is trying to attack software, applications should check and validate all input entered into a system.
Please avoid entering ANY special characters such as < > ` @ # $ % ^ & * _ + - = [ ]{ } ; ' : " \ | ~. When adding new recipes, the following table is provided as a guideline to help you understand values that will not be accepted.
| Field | Correct | Incorrect |
|---|---|---|
| Author Name | John Doe | John Doe1 |
| About the Author | Francine lives in the US with her husband and daughter. | @Francine lives in the US with her husband and daughter. |
| Recipe Title | kufte kebabs |
Samin Nosrat's recipe for kufte Note: Here the apostrophe ( ' ) is a single quotation |
| Recipe Description | There are many variations of this tasty Middle Eastern meatball, but they are all simple to put together and perfect for a barbecue |
There are many variations of this tasty Middle-Eastern meatball,
but they are all simple to put together and perfect for a barbecue Note: Here the dash ( - ) is an illegal harmful character |
| Picture |
barbecue.jpg file size 100KB barbecue.png file size 900KB |
barbecue.gif file size 100KB Note: Incorrect file type (.gif) barbecue.jpg file size 2MB Note: File size too large. (Must be less than 1MB) |
| Ingredient Name | minced lamb | minced ( lamb) |
| Ingredient Amount | 1 1/2 1.50 |
1-50 Note: Here the dash ( - ) is an illegal harmful character |
| Instructions Step | If you are not sure whether they are done, cut one open and check if there is a dime size diameter of pink surrounded by a ring of brown, it is done. |
If you're not sure whether
they're done, cut one open and
check-
if there's a dime-size diameter of pink surrounded
by a
ring of brown, it's done. Note: Here the dash ( - ) and the apostrophe ( ' ) are illegal harmful characters |