Обсуждение:Жест: различия между версиями
Материал из Поле цифровой дидактики
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: | Строка 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> | |||
=== Button === | |||
<uml> | |||
@startuml | |||
skinparam backgroundColor white | |||
skinparam componentStyle uml2 | |||
rectangle "Button" { | |||
[Submit Button] : Label: "Submit" | |||
[Cancel Button] : Label: "Cancel" | |||
[Icon Button] : Icon: "+" | |||
} | |||
[Submit Button] --> [Action: Submit Form] | |||
[Cancel Button] --> [Action: Close Window] | |||
[Icon Button] --> [Action: Add Item] | |||
@enduml | |||
</uml> | </uml> |
Текущая версия на 14:40, 21 марта 2025
Diagrams error (with plantuml command): /bin/bash: line 1: plantuml: command not found
Button
Diagrams error (with plantuml command): /bin/bash: line 1: plantuml: command not found