Refactor onboarding and verification workflows.
Adjusted interaction types and state filters to better streamline onboarding and verification processes. Updated UI labels, navigation, and modal dialogs to reflect new terminology and improve usability. Enhanced filtering logic and added new interaction types to support the revised process.
This commit is contained in:
@@ -72,6 +72,14 @@ namespace FoodsharingSiegen.Server.Dialogs
|
||||
_header = "Als fertig markieren";
|
||||
_showInfo = true;
|
||||
break;
|
||||
case InteractionType.StepInBriefing:
|
||||
_header = "Neulingstreffen absolviert";
|
||||
break;
|
||||
case InteractionType.ReleasedForVerification:
|
||||
_header = "Zur Verifizierung freigegeben";
|
||||
_showInfo = true;
|
||||
_infoName = "Hinweis";
|
||||
break;
|
||||
}
|
||||
|
||||
Interaction = new Interaction
|
||||
|
||||
Reference in New Issue
Block a user