Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VKR
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Балаев Жамал Баширович
VKR
Commits
0b7e2cc2
Commit
0b7e2cc2
authored
Apr 23, 2025
by
Балаев Жамал Баширович
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
dd1d9003
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
+40
-0
Диаграмма_вариантов_использования__use_case_.plantuml
Диаграмма_вариантов_использования__use_case_.plantuml
+40
-0
No files found.
Диаграмма_вариантов_использования__use_case_.plantuml
0 → 100644
View file @
0b7e2cc2
@startuml
left to right direction
actor User as user
rectangle "Приложение для изучения балкарского языка" {
usecase "Зарегистрироваться" as UC1
usecase "Войти в систему" as UC2
usecase "Сбросить пароль" as UC3
usecase "Пройти тренажер" as UC4
usecase "Просмотреть видео" as UC5
usecase "Просмотреть текст" as UC6
usecase "Посмотреть достижения" as UC7
usecase "Проверить прогресс" as UC8
usecase "Словарный тренажер" as UC4a
usecase "Грамматический тренажер" as UC4b
user --> UC1
user --> UC2
user --> UC3
user --> UC4
user --> UC5
user --> UC6
user --> UC7
user --> UC8
UC4 <|-- UC4a
UC4 <|-- UC4b
UC2 .> UC4 : <<include>>\n(требуется авторизация)
UC2 .> UC5 : <<include>>
UC2 .> UC6 : <<include>>
UC2 .> UC7 : <<include>>
UC2 .> UC8 : <<include>>
}
@enduml
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment