[ADDED] Generated diagram for better resolution

This commit is contained in:
Hossain Khan
2025-12-13 17:05:45 -05:00
parent 8ae3dae0d7
commit 680999d078
+8
View File
@@ -115,6 +115,11 @@ Thank you for contributing to TRMNL App!
## TRMNL App Image Loading Flow
Here is a generated sequence diagram illustrating the flow of image loading in the TRMNL application.
<img src="project-resources/diagrams/trmnl-android-sequence-diagram.png" alt="TRMNL Android Image Loading Sequence Diagram" />
<details>
<summary>Click to expand the mermaid diagram</summary>
```mermaid
sequenceDiagram
participant WorkManager
@@ -174,6 +179,9 @@ sequenceDiagram
end
```
</details>
### 📖 Flow Explanation
1. **WorkManager** initiates the image refresh work (either periodic scheduled work or one-time work)