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

   ## **Sequence Diagram**
   
   The PR replaces two identicon PNGs with real SVG logos in engine metadata 
and databases.json, and updates the README generator to filter by homepage_url 
and deduplicate logos by filename so the generated README shows the same unique 
logo set as the docs homepage.
   
   ```mermaid
   sequenceDiagram
       participant Maintainer
       participant EngineSpecs as "Engine specs / databases.json"
       participant Script as "generateReadmeLogos()"
       participant README as "README.md"
   
       Maintainer->>EngineSpecs: Update metadata logos 
(cratedb.png→cratedb.svg, risingwave.png→risingwave.svg)
       Maintainer->>Script: Modify generator to filter homepage_url and 
deduplicate by logo filename
       Script->>EngineSpecs: Read databases (documentation.logo + homepage_url)
       Script-->>README: Generate HTML with unique logo filenames
       README-->>Maintainer: README now shows 61 unique, correct SVG logos
   ```
   
   ---
   *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