0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

20230709_ユースケース図

Last updated at Posted at 2024-07-08

@startuml
left to right direction
actor "システム管理者" as Admin
actor "共通認証システム" as AuthSystem
rectangle "反映送信処理システム" {
usecase "1. データ反映" as UC1
usecase "1.1 新規部店追加" as UC1_1
usecase "1.2 部店名称変更" as UC1_2
usecase "1.3 部店廃止" as UC1_3
usecase "2. 一括反映" as UC2
usecase "2.1 休職・本部詰め対象処理" as UC2_1
usecase "2.2 子部店・常駐元部店名称反映" as UC2_2
usecase "2.3 履歴DB処理" as UC2_3
usecase "3. 送信処理" as UC3
usecase "3.1 CSVファイル作成" as UC3_1
usecase "3.2 ファイル送信前validation" as UC3_2
usecase "3.3 ファイル送信" as UC3_3
}
Admin --> UC1
Admin --> UC2
Admin --> UC3
UC1 ..> UC1_1 : <>
UC1 ..> UC1_2 : <>
UC1 ..> UC1_3 : <>
UC2 ..> UC2_1 : <>
UC2 ..> UC2_2 : <>
UC2 ..> UC2_3 : <>
UC3 ..> UC3_1 : <>
UC3 ..> UC3_2 : <>
UC3 ..> UC3_3 : <>
UC3_3 --> AuthSystem
@enduml

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?