codeant-ai-for-open-source[bot] commented on PR #38393:
URL: https://github.com/apache/superset/pull/38393#issuecomment-4033702808
## **Sequence Diagram**
This PR updates the Explore permalink flow so that table-like chart state
(such as AG Grid column filters and sorting) is saved when generating a
permalink and restored when the permalink is opened.
```mermaid
sequenceDiagram
participant User
participant ExploreUI
participant ReduxStore
participant Backend
User->>ExploreUI: Adjust table filters and sorting
ExploreUI->>ReduxStore: Update stored chart state for chart
User->>ExploreUI: Share or copy Explore link
ExploreUI->>Backend: Request permalink with form data and chart state
Backend-->>ExploreUI: Return permalink URL
User->>ExploreUI: Open Explore permalink URL
ExploreUI->>Backend: Load Explore data by permalink key
Backend-->>ExploreUI: Return form data and saved chart state
ExploreUI->>ReduxStore: Hydrate explore state with chart state
ExploreUI-->>User: Render table with restored filters and sorting
```
---
*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]