mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
[ADDED] Generated diagram for better resolution
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user