From 69b7573ea551a54f31de5e6cb81f6341f3b74647 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Tue, 4 Jun 2024 20:20:04 +0700 Subject: [PATCH] Update send-notification-flow.md --- docs/send-notification-flow.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/send-notification-flow.md b/docs/send-notification-flow.md index 986c997..b67883e 100644 --- a/docs/send-notification-flow.md +++ b/docs/send-notification-flow.md @@ -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