Skip to content

Commit

Permalink
feat(app): edit app tour content
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Dec 9, 2024
1 parent 27317a3 commit c685a8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions app/lib/common/widgets/tutorial/show_app_tour.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ FutureOr<void> showAppTour(
context.l10n.tutorial_app_tour_5_title,
content: (context) => _buildContent(
context.l10n.tutorial_app_tour_5_body,
trailingSpan: TextSpan(
text: context.l10n.tutorial_app_tour_5_body_bold,
style: TextStyle(fontWeight: FontWeight.bold),
),
),
assetPath:
'assets/images/tutorial/09_faq_and_more_loopable.gif',
Expand Down
12 changes: 7 additions & 5 deletions app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -462,24 +462,26 @@
"@tutorial_initial_drug_selection_body": {},
"tutorial_app_tour_1_title": "App Tour (1/5) · Navigation",
"@tutorial_app_tour_1_title": {},
"tutorial_app_tour_1_body": "We would first like to guide you through the app's main functions.\nYou can switch between PharMe's main screens using the bottom navigation bar – if you want to re-watch this app tour later, you can always do so on the last screen under More.",
"tutorial_app_tour_1_body": "You are almost done with setting up PharMe! We will now quickly guide you through the app's main functions.\nYou can switch between PharMe's main screens using the bottom navigation bar: “Medications”, “Genes”, “FAQ”, and “More”.\nIf you want to re-watch this app tour later, you can always do so under “More” > “Repeat app tour”.",
"@tutorial_app_tour_1_body": {},
"tutorial_app_tour_2_title": "App Tour (2/5) · Medication List",
"@tutorial_app_tour_2_title": {},
"tutorial_app_tour_2_body": "Under Medications, you will find the list of all available medications in PharMe.\nYou can search for specific generic names, brand names, or medication classes, and filter the list by guideline result.\nAll medications in PharMe are labeled with a color and an icon: ",
"tutorial_app_tour_2_body": "Under Medications, you will find the list of all available medications in PharMe.\nYou can search for specific generic names, brand names, or medication classes, and filter the list by guideline result.\nBased on your personal gene results, all medications in PharMe are labeled with a color and an icon: ",
"@tutorial_app_tour_2_body": {},
"tutorial_app_tour_3_title": "App Tour (3/5) · Medication Details",
"@tutorial_app_tour_3_title": {},
"tutorial_app_tour_3_body": "The medication details provide further information about how well this medication works for you, according to scientific guidelines.\nHere you can also change whether you are currently taking a medication and export a report for healthcare professionals.",
"tutorial_app_tour_3_body": "The medication details provide further information about how well this medication works for you, according to scientific guidelines.\nHere you can also change whether you are currently taking a medication and save a PDF report for healthcare professionals.",
"@tutorial_app_tour_3_body": {},
"tutorial_app_tour_4_title": "App Tour (4/5) · Gene Report",
"@tutorial_app_tour_4_title": {},
"tutorial_app_tour_4_body": "Under Genes, you will find the results of your genetic test for genes with known medication interactions.\nSelect a gene to learn more about your results and how this gene might interact with specific medications.",
"tutorial_app_tour_4_body": "Under Genes, you will find the results of your genetic test for genes with known medication interactions.\nSelect a gene to learn more about your results and how this gene might interact with specific medications.\nTo learn more about genes and how they interact with medications, refer to the FAQ or “More” > “Learn about genetics”.",
"@tutorial_app_tour_4_body": {},
"tutorial_app_tour_5_title": "App Tour (5/5) · FAQ & Additional Features",
"@tutorial_app_tour_5_title": {},
"tutorial_app_tour_5_body": "Under FAQ, you will find a list of frequently asked questions and further resources.\nUnder More, you will find additional information about the app as well as a contact form and other useful features. Please reach out if you have any questions while using the app!",
"tutorial_app_tour_5_body": "Under FAQ, you will find a list of frequently asked questions and further resources.\nUnder More, you can find other useful features, such as editing your current medications and getting additional information about the app.",
"@tutorial_app_tour_5_body": {},
"tutorial_app_tour_5_body_bold": "Here you can also find a contact form; please reach out if you have any questions while using the app!",
"@tutorial_app_tour_5_body_bold": {},

"onboarding_get_started": "Get started",
"@onboarding_get_started": {},
Expand Down

0 comments on commit c685a8b

Please sign in to comment.