Skip to content

Commit

Permalink
Merge pull request #21 from Blamer-io/diagrams
Browse files Browse the repository at this point in the history
refresh
  • Loading branch information
Aliaksei Bialiauski authored Sep 12, 2023
2 parents 1b30097 + 846b4b2 commit 4cd22d0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion diagrams/add-token.puml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@startuml
title Add Token Success Flow
title Add Token Scenario
actor TelegramUser as user
participant Bot as bot
participant Hub as hub
Expand Down
2 changes: 1 addition & 1 deletion diagrams/notifications-read.puml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@startuml
title Notifications Read Flow
title Notifications Read Scenario
actor TelegramUser as user
participant Bot as bot
participant Hub as hub
Expand Down
4 changes: 2 additions & 2 deletions diagrams/register-chat.puml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@startuml
title Register Chat ID Flow
title Register Chat ID Scenario
actor TelegramUser as user
participant Bot as bot
participant Hub as hub
database Database as db

user -> bot: /chat-id
user -> bot
bot -> hub: Chat ID
hub -> db: Chat ID
@enduml
2 changes: 1 addition & 1 deletion diagrams/token-validation.puml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@startuml
title Token Validation Process
title Scheduled Token Validation Scenario
actor TelegramUser as user
participant Bot as bot
participant Hub as hub
Expand Down

0 comments on commit 4cd22d0

Please sign in to comment.