Skip to content

Commit

Permalink
Edit tutorial for new return flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsh22 committed Apr 27, 2022
1 parent c0b8be8 commit b38791e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 12 deletions.
Binary file modified assets/TutorialImages/return1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/TutorialImages/return2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/TutorialImages/return3.png
Binary file not shown.
Binary file removed assets/TutorialImages/return4.png
Binary file not shown.
14 changes: 2 additions & 12 deletions screens/settings-screens/ReturnTutorial.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,12 @@ const guide = [
{
id: "1",
image: require("../../assets/TutorialImages/return1.png"),
text: "1. Start by flashing the QR code on the screen to the bin's scanner.",
text: "1. Select the number of reusables you want to return and the return location before dropping them into the bins then clicking the orange button to continue. Note that you can only return up to the number of borrowed reusables.",
},
{
id: "2",
image: require("../../assets/TutorialImages/return2.png"),
text: "2. Select the number of reusables you want to return before dropping them into the bins then clicking the orange button to continue. Note that you can only return up to the number of borrowed reusables.",
},
{
id: "3",
image: require("../../assets/TutorialImages/return3.png"),
text: "3. You have successfully returned your reusables! You can now go back to the Home Screen!",
},
{
id: "4",
image: require("../../assets/TutorialImages/return4.png"),
text: "If you encounter any issues with the QR code, click the text at the bottom of the screen to continue the return process!",
text: "2. You have successfully returned your reusables! You can now go back to the Home Screen!",
},
];

Expand Down

0 comments on commit b38791e

Please sign in to comment.