michael-s-molina opened a new pull request, #36312: URL: https://github.com/apache/superset/pull/36312
<!--- Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/ Example: fix(dashboard): load charts correctly --> ### SUMMARY Adds a new documentation page that serves as a registry of community-created Superset extensions. This page allows community members to share their extensions by submitting PRs to add them to the registry. **Key features:** - Table format for compact display of extensions (Name, Description, Author, Preview) - Clickable thumbnails that open full-size screenshots - Clear instructions for contributors on how to add their extensions - Disclaimer emphasizing administrators' responsibility to evaluate extensions for security, performance, and compatibility ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <img width="1554" height="849" alt="Screenshot 2025-11-27 at 16 04 40" src="https://github.com/user-attachments/assets/6a5558af-7781-496d-bb23-6c608512c000" /> When clicking on a thumbnail: <img width="1715" height="729" alt="Screenshot 2025-11-27 at 15 20 34" src="https://github.com/user-attachments/assets/7a8cd8f1-1a7b-4b30-b874-48b6d6d5400f" /> ### TESTING INSTRUCTIONS 1. Run the docs server: `cd docs && npm run start` 2. Navigate to Developer Portal → Extensions → Community Extensions 3. Verify the page displays with: - Introduction text with disclaimer about admin responsibility - Extensions table with the example entry - Clickable thumbnail that opens the full image - Instructions for adding new extensions 4. Verify links work from: - Extensions Overview page ("Next Steps" section) - Extensions Security page ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
