rusackas commented on PR #36386: URL: https://github.com/apache/superset/pull/36386#issuecomment-3661807690
Hey @javacatknight! 👋 I made some enhancements to your PR. Here's a summary of the changes: ## Data Structure Simplification - **Replaced** the markdown + parser approach with a single **YAML source file** (`RESOURCES/INTHEWILD.yaml`) - Contributors can now just [edit the YAML directly](https://github.com/apache/superset/edit/master/RESOURCES/INTHEWILD.yaml) - much simpler! - Added TypeScript type declarations for YAML imports ## In the Wild Page Improvements - Refactored to use **AntD components** (Card, Collapse, Avatar, Row, Col, Typography) - Added **contributor facepiles** with clickable GitHub avatars showing who from each org contributes - **Responsive grid layout** for companies without logos - All collapse sections **open by default** - Direct "Add your org" link opens YAML in GitHub edit mode ## Homepage Integration - Added **"Trusted by teams everywhere"** carousel section below the databases - Shows company logos using AntD Card + Carousel components - **Fisher-Yates shuffle on page load** for fair rotation (each visitor sees different order) - Links to full In the Wild page and YAML edit ## Navigation Updates - Moved "In the Wild" into the **Community Resources dropdown** - Added **Community Calendar** link - Updated **README links** to point to the website instead of markdown files Let me know if you have any questions or want any adjustments! -- 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]
