From 639e0075b5fcdb862eab35a412b4f8e5efca49b7 Mon Sep 17 00:00:00 2001
From: Raida Karim
- Click the below button to indicate the completion of your bite.
-
- Click the below button when you are ready for the bite.
-
+ Resume the feeding session when you are ready.
+
+ Resume the feeding session when you are ready.
+
+ Resume the feeding session when you are ready.
+
+ Resume the feeding session when you are ready.
+
+ Resume the feeding session when you are ready.
+
- Resume the feeding session when you are ready.
-
- Resume the feeding session when you are ready.
-
- Resume the feeding session when you are ready.
-
- Resume the feeding session when you are ready.
-
- Resume the feeding session when you are ready.
-
- Click the below button to indicate the completion of your bite.
-
- Click the below button when you are ready for the bite.
-
- Click the below button to indicate the completion of your bite.
-
- Click the below button when you are ready for the bite.
-
+ Move to above plate position.
+
+ Move to above plate position.
+
+ Move to staging position.
+
+ Move to mouth position.
+
+ Move to above plate position.
+
- Move to above plate position.
+ Cancel bite? Move above plate.
- Move to above plate position.
+ Finished bite? Move above plate.
- Move to staging position.
+ Cancel bite? Move to staging.
- Move to mouth position.
+ Ready for bite? Move to mouth.
- Move to above plate position.
+ Cancel bite? Move above plate.
+ Cancel bite? Move to staging.
+
+ Cancel bite? Move above plate.
+
- Cancel bite? Move above plate.
-
- Cancel bite? Move to staging.
-
- Cancel bite? Move above plate.
-
- Resume the feeding session when you are ready.
+ Resume the feeding session.
- Finished bite? Move above plate.
+
+ Bite finished? Move above plate.
- Cancel bite? Move to staging.
+
+ Cancel bite and move to ready position.
+
Ready for bite? Move to mouth.
- Cancel bite? Move above plate.
+
+ Cancel bite and move above plate.
- Cancel bite and move to ready position.
+ Take another bite? Move to "ready" position.
Is there food on the fork?
+ Yes, proceed
+
+ No, try again
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{/* Ask the user whether they want to move to above plate position */}
+
+
+
-
-
-
+
+
+
{/* Ask the user whether they want to move to above plate position */}
-
+
- Take another bite? Move to "ready" position. -
- {/* Icon to move to staging position */} -+ Take another bite? Move to "ready" position. +
+ {/* Icon to move to staging position */} +- Ready for bite? Move to mouth. -
- {/* Icon to move to mouth */} - {/* Ask the user whether they're ready for the bite */} -+ Ready for bite? Move to mouth. +
+ {/* Icon to move to mouth */} + {/* Ask the user whether they're ready for the bite */}- Cancel bite and move above plate. -
- {/* Icon to move above plate */} - {/* Give the user the option to move robot over plate*/} -+ Cancel bite and move above plate. +
+ {/* Icon to move above plate */}
No, try again
@@ -65,9 +65,9 @@ const BiteAcquisitionCheck = () => {
className='mx-2 mb-2 btn-huge'
size='lg'
onClick={acquisitionFailure}
- style={{ width: '230px', height: '150px' }}
+ style={{ width: '300px', height: '200px' }}
>
-
+
Take another bite? Move to "ready" position.
{/* Icon to move to staging position */} -
@@ -62,7 +62,7 @@ const BiteInitiation = () => {
className='mx-2 mb-2 btn-huge'
size='lg'
onClick={moveAbovePlate}
- style={{ width: '230px', height: '150px' }}
+ style={{ width: '300px', height: '200px' }}
>
From e2feeba32c2b58c44a895ea6289039c672c376e8 Mon Sep 17 00:00:00 2001
From: Raida Karim
+ βΈοΈ Pause +
+ {/* Icon to pause */} ++ βοΈ Back +
+ {/* Icon to move to previous state */} ++ βΆοΈ Resume +
+ {/* Icon to resume */} +No, try again
- {/* Icon to move above plate */} + {/* Icon for bite acquisition */}Ready for bite? Move to mouth.
{/* Icon to move to mouth */} - {/* Ask the user whether they're ready for the bite */}- Resume the feeding session. -
-
βΈοΈ Pause
@@ -63,7 +73,7 @@ const Footer = () => {
@@ -80,12 +90,7 @@ const Footer = () => {
onClick={backButtonClicked}
style={{ marginLeft: 10, marginRight: 10, width: '150px', height: '100px' }}
>
-
+
+
No, try again
- {/* Icon for bite acquisition */} + {/* Icon for move above plate */}+
Bite finished? Move above plate.
{/* Icon to move above plate */} @@ -58,7 +58,13 @@ const BiteDone = () => { Take another bite? Move to "ready" position. {/* Icon to move to staging position */} -+
Ready for bite? Move to mouth.
{/* Icon to move to mouth */} @@ -57,7 +57,7 @@ const BiteInitiation = () => { {/* Icon to move above plate */}+
Yes, proceed
{/* Icon to move to staging position */} @@ -62,7 +62,7 @@ const BiteAcquisitionCheck = () => {+
No, try again
{/* Icon for move above plate */} diff --git a/feedingwebapp/src/Pages/Home/MealStates/BiteDone.jsx b/feedingwebapp/src/Pages/Home/MealStates/BiteDone.jsx index 9f859843..18d8e709 100644 --- a/feedingwebapp/src/Pages/Home/MealStates/BiteDone.jsx +++ b/feedingwebapp/src/Pages/Home/MealStates/BiteDone.jsx @@ -35,7 +35,7 @@ const BiteDone = () => { return (+
Bite finished? Move above plate.
{/* Icon to move above plate */} diff --git a/feedingwebapp/src/Pages/Home/MealStates/BiteInitiation.jsx b/feedingwebapp/src/Pages/Home/MealStates/BiteInitiation.jsx index 73d19c4e..2f6b11a4 100644 --- a/feedingwebapp/src/Pages/Home/MealStates/BiteInitiation.jsx +++ b/feedingwebapp/src/Pages/Home/MealStates/BiteInitiation.jsx @@ -34,7 +34,7 @@ const BiteInitiation = () => {+
Ready for bite? Move to mouth.
{/* Icon to move to mouth */} From bf18eb6422a969588f44787de3342ce7fc65c4fe Mon Sep 17 00:00:00 2001 From: Raida Karim