Skip to content
Snippets Groups Projects
Unverified Commit da192e1f authored by BMItter's avatar BMItter Committed by GitHub
Browse files

Survey Event UI Base (EXPOSUREAPP-4807, 4808 ) (#2271)

* tracing survey card implemented - wip

* Added user survey to risk details

* Fixed button noch clickable

* use card as parent, minor adjustments

* new layouts for survey, vectors, fragment, viewmodel - wip

* Moved fragment and viewmodel to correct spot

* Adjusted fragment and vm

* align with package structure

* Added module

* event handling for upcomiing navigation

* Navigation from tracing details to survey consent fragment

* ktlint, detekt

* adjusted res

* Pass type of survey

* klint

* Add click listener for next button, Request url from surveys (example)

* ktlint

* string res cleanup

* Added states

* delete obsolet layout

* empty space removed

* comment- data class added

* addressed reformatting issues

* bigger headline for survey headline

* adjusted view behaviour to match figma
parent bbe46007
No related branches found
No related tags found
No related merge requests found
......@@ -140,5 +140,6 @@
<string name="accessibility_action_deselect">"Cancel Selection"</string>
<!-- XTXT: Edit (description for screen readers) -->
<string name="accessibility_edit">"Edit"</string>
</resources>
......@@ -1670,4 +1670,28 @@
<!-- XHED: Title for BottomNav diary screen title -->
<string name="bottom_nav_diary_title">Journal</string>
<!-- ####################################
Data Donation & Survey
###################################### -->
<!-- XHED: Title for the access survey card displayed in the risk details screen -->
<string name="datadonation_details_access_survey_card_title">"Befragung zur Corona-Warn-App"</string>
<!-- XHED: Text for the access survey card displayed in the risk details screen -->
<string name="datadonation_details_access_survey_card_content">"Helfen Sie uns, die App zu verbessern, indem Sie einige einfache Fragen beantworten."</string>
<!-- XHED: Text for the access survey card displayed in the risk details screen -->
<string name="datadonation_details_access_survey_card_button_text">"Zur Befragung"</string>
<!-- XHED: Title for the access survey button displayed at the bottom of the screen -->
<string name="datadonation_details_survey_consent_button_title">"Weiter"</string>
<!-- XHED: Text for the access survey title displayed at the top of survey consent screen -->
<string name="datadonation_details_survey_consent_top_title">"Befragung zur Verbesserung der Corona-Warn-App"</string>
<!-- XHED: Text for the access survey body displayed under the title of survey consent screen -->
<string name="datadonation_details_survey_consent_top_body">"Mit Ihrer Teilnahme helfen Sie uns zu verstehen, wie sich Warnungen über die App auf das Verhalten von Personen mit erhöhtem Risiko auswirken."</string>
<!-- XHED: Text for the consent part title displayed over the button in the survey consent screen -->
<string name="datadonation_details_survey_consent_info_card_title">"Ihr Einverständnis"</string>
<!-- XHED: Text for the consent part body displayed over the button in the survey consent screen -->
<string name="datadonation_details_survey_consent_info_card_body">"Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut t amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet."</string>
</resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment