Skip to content

Commit

Permalink
Update send-notification-flow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit authored Jun 4, 2024
1 parent 2b7c1ea commit 69b7573
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/send-notification-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ the `telegram-git-notifier` functionality, including configuration and views for

## Entity Relationship Diagram


> [!NOTE]
> The following diagram is a simplified version of the entity relationship diagram for the Telegram Git Notifier.
>
> The data is **still saved in JSON format**. I don't use database storage because I don't want to **affect any data on your real system**. Its purpose is only to clarify the feature's operating model.
```mermaid
erDiagram
User ||--o{ Bot: owns
Expand Down

0 comments on commit 69b7573

Please sign in to comment.