Обсуждение:Жест: различия между версиями
Материал из Поле цифровой дидактики
Patarakin (обсуждение | вклад) (Новая страница: «<uml> @startuml salt { {T + Mobile App Prototype ^ | <b>Header</b> [🔍] | | | | [Profile Icon] Welcome, User! | | | | <&list> <b>Recent Activities</b> | | + Activity Item 1 | | + Activity Item 2 | | + Activity Item 3 | |...») |
Patarakin (обсуждение | вклад) |
||
Строка 1: | Строка 1: | ||
<uml> | <uml> | ||
@startuml | @startuml | ||
skinparam state { | |||
{ | BackgroundColor LightBlue | ||
BorderColor Gray | |||
FontName Arial | |||
} | } | ||
[*] --> SplashScreen | |||
SplashScreen --> OnboardingScreen : First Launch | |||
SplashScreen --> LoginScreen : Subsequent Launch | |||
SplashScreen --> HomeScreen : Auto-login | |||
LoginScreen --> RegistrationScreen : Create Account | |||
LoginScreen --> HomeScreen : Login Success | |||
LoginScreen --> ForgotPasswordScreen : Forgot Password | |||
OnboardingScreen --> LoginScreen : Complete Onboarding | |||
HomeScreen --> ProfileScreen : Tap Profile | |||
HomeScreen --> NotificationsScreen : Tap Notifications | |||
HomeScreen --> SearchScreen : Tap Search | |||
ProfileScreen --> SettingsScreen : Tap Settings | |||
ProfileScreen --> EditProfileScreen : Tap Edit | |||
HomeScreen --> [*] : Logout | |||
@enduml | @enduml | ||
</uml> | </uml> |
Версия 14:29, 21 марта 2025
Diagrams error (with plantuml command): /bin/bash: line 1: plantuml: command not found