kaxil opened a new issue, #55521: URL: https://github.com/apache/airflow/issues/55521
Update documentation screenshots to reflect new features and UI improvements in Airflow 3.1.0. ## 📋 Screenshot Update Checklist ### Core Documentation Pages - [ ] [Overview](https://github.com/apache/airflow/blob/main/airflow-core/docs/index.rst) (showcase 3.1.0 capabilities) - https://github.com/apache/airflow/pull/55813 - [ ] [Fundamental Concepts](https://github.com/apache/airflow/blob/main/airflow-core/docs/core-concepts/index.rst) - #55817 - [ ] [UI Guide](https://github.com/apache/airflow/blob/main/airflow-core/docs/ui.rst) (comprehensive update for all new features) - @KatalKavya96 - [ ] [Architecture Overview](https://github.com/apache/airflow/blob/main/airflow-core/docs/core-concepts/overview.rst) - [ ] [Building a Running Pipeline](https://github.com/apache/airflow/blob/main/airflow-core/docs/tutorial/pipeline.rst) - [ ] [DAGs](https://github.com/apache/airflow/blob/main/airflow-core/docs/core-concepts/dags.rst) - [ ] [DAG Runs](https://github.com/apache/airflow/blob/main/airflow-core/docs/core-concepts/dag-run.rst) - @KatalKavya96 - [ ] [Dynamic Task Mapping](https://github.com/apache/airflow/blob/main/airflow-core/docs/authoring-and-scheduling/dynamic-task-mapping.rst) - [ ] [Data-Aware Scheduling](https://github.com/apache/airflow/blob/main/airflow-core/docs/authoring-and-scheduling/datasets.rst) - [ ] [Managing Connections](https://github.com/apache/airflow/blob/main/airflow-core/docs/howto/connection.rst) - [ ] [Managing Variables](https://github.com/apache/airflow/blob/main/airflow-core/docs/howto/variable.rst) - [ ] [Setup and Teardown](https://github.com/apache/airflow/blob/main/airflow-core/docs/authoring-and-scheduling/setup-teardown.rst) - [ ] [Email Configuration](https://github.com/apache/airflow/blob/main/airflow-core/docs/howto/email-config.rst) - [ ] [Add Tags for UI Filtering](https://github.com/apache/airflow/blob/main/airflow-core/docs/howto/add-dag-tags.rst) - [ ] [Define Extra Links](https://github.com/apache/airflow/blob/main/airflow-core/docs/howto/define-extra-link.rst) - [ ] [Customize UI](https://github.com/apache/airflow/blob/main/airflow-core/docs/howto/custom-ui.rst) - [ ] [Using params in Trigger UI Form](https://github.com/apache/airflow/blob/main/airflow-core/docs/core-concepts/params.rst) ### New 3.1.0 Feature Pages - [ ] **[HITL Workflows Documentation](https://github.com/apache/airflow/blob/main/airflow-core/docs/tutorial/hitl.rst)** (new) - [ ] HITL task setup tutorial - [ ] Human approval interface - [ ] Role-based access controls - [ ] **Internationalization Guide** (new/updated - location TBD) - [ ] Language selection interface - [ ] RTL layout examples (Arabic, Hebrew) - [ ] Translation completeness indicators - [ ] **React Plugin System Guide** (updated - location TBD) - [ ] Plugin management interface - [ ] Custom dashboard examples - [ ] External view iframe integration - [ ] **Enhanced Calendar and Gantt Views** - [ ] New Calendar view with filtering - [ ] Updated Gantt view with dynamic legends - [ ] **[Deadline Alerts](airflow-core/docs/howto/deadline-alerts.rst)** (experimental) - [ ] Alert configuration interface - [ ] Notification examples - [ ] **Inference Execution** (documentation location TBD) - [ ] Streaming API endpoint interface - [ ] Real-time DAG run monitoring ### GitHub Repository - [ ] [Airflow GitHub README](README.md) (main repository screenshots) ## Screenshot Guidelines **File Organization:** * Dark mode: `airflow-core/docs/img/ui-dark/` * Light mode: `airflow-core/docs/img/ui-light/` * Naming: `feature-name-description.png` * Include alt-text for accessibility **Quality Standards:** * High resolution (1080p+) * Clean browser interface * Consistent zoom level * Representative data * Focus on relevant UI elements ## How to Contribute 1. Pick a feature area from the list 2. Comment on this issue to avoid duplicate work 3. Take screenshots in both light and dark modes 4. Submit PR with updated documentation and images 5. Reference this issue in PR description ## Timeline * Target: Before Airflow 3.1.0 rc1 release * Priority deadline: First RC (~Approx week of 2025-09-18) ### Committer - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
