codeant-ai-for-open-source[bot] commented on PR #38567:
URL: https://github.com/apache/superset/pull/38567#issuecomment-4039896327
## **Sequence Diagram**
This PR removes thumbnail URLs from the dashboard list API and updates the
frontend to construct thumbnail URLs from the dashboard ID and last changed
time, letting the thumbnail endpoint handle cache and digest logic via
redirects.
```mermaid
sequenceDiagram
participant User
participant Browser
participant DashboardAPI as Dashboard API
participant ThumbnailAPI as Thumbnail API
User->>Browser: Open dashboard list page
Browser->>DashboardAPI: Request dashboard list
DashboardAPI-->>Browser: Dashboards with id and changed on time
Browser->>Browser: Build thumbnail URL from id and changed time
Browser->>ThumbnailAPI: Request thumbnail using built URL
ThumbnailAPI-->>Browser: Redirect or return cached image
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]