codeant-ai-for-open-source[bot] commented on PR #37523:
URL: https://github.com/apache/superset/pull/37523#issuecomment-4038565017

   ## **Sequence Diagram**
   
   This diagram shows how the Superset app now configures subdirectory 
deployments so that both logo and spinner theme asset URLs are prefixed with 
the application root during initialization.
   
   ```mermaid
   sequenceDiagram
       participant Environment
       participant SupersetApp
       participant ThemeConfig
       participant AppInitializer
       participant ExtensionsWatcher
   
       Environment->>SupersetApp: Call create_app with app root
       SupersetApp->>SupersetApp: Load config module
       SupersetApp->>SupersetApp: Resolve application root path
   
       opt Subdirectory deployment
           SupersetApp->>SupersetApp: Configure subdirectory middleware and 
static prefix
           SupersetApp->>ThemeConfig: Prefix logo and spinner URLs with app root
       end
   
       SupersetApp->>AppInitializer: Initialize application
       SupersetApp->>ExtensionsWatcher: Start watcher in debug mode
   ```
   
   ---
   *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]

Reply via email to