prashant2007-wq commented on issue #49: URL: https://github.com/apache/airflow-site/issues/49#issuecomment-4500510805
Hi maintainers, I would like to work on this issue. From the title, I understand that the Meetup events section should refresh automatically instead of depending only on static/manual updates. I will first inspect how Meetup/community events are currently fetched, stored, and rendered in the Airflow site. ### Approach My plan is to keep the change focused and minimal: - Locate the current Meetup/events data source and rendering flow. - Check whether events are currently hardcoded, generated at build time, or fetched from an external source. - Add an auto-refresh mechanism that updates Meetup events automatically during the site build or through the existing data-generation workflow. - Preserve the current UI and layout of the events section. - Add safe fallback behavior so the page still builds if the Meetup/events source is unavailable. - Avoid exposing secrets or API keys in the frontend. - Document how the refresh flow works if a new script or data-generation step is added. - Test the site build locally and verify that the events section still renders correctly. Please let me know if this implementation direction matches what you expect for this issue, or if there is a preferred data source/API that should be used for Meetup events. -- 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]
