-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AIP-68 | Migrate plugin menu_items to FastAPI and new UI #42706
Labels
AIP-68
Extended Plugin Interface for React Views
AIP-84
Modern Rest API
area:API
Airflow's REST/HTTP API
area:plugins
area:UI
Related to UI/UX. For Frontend Developers.
Comments
bbovenzi
changed the title
Expose plugin menu_items to FastAPI and new UI
Migrate plugin menu_items to FastAPI and new UI
Oct 3, 2024
dosubot
bot
added
area:API
Airflow's REST/HTTP API
area:UI
Related to UI/UX. For Frontend Developers.
labels
Oct 3, 2024
@bbovenzi i can fix this, assign me the task. |
@Brijeshthummar02 assigned! Let me know if you need help with any part here. |
bbovenzi
changed the title
Migrate plugin menu_items to FastAPI and new UI
AIP-68 | Migrate plugin menu_items to FastAPI and new UI
Oct 3, 2024
Guide me for 2nd and 3rd point,can you clarify in brief with the path. |
|
can you provide the path of file for the first point. |
Actually, let's focus on point 2. Renaming can be handled later. |
Actually we have the menu items provided in #43125. |
github-project-automation
bot
moved this from To Do
to Done
in AIP-38: Modern Web Application
Oct 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
AIP-68
Extended Plugin Interface for React Views
AIP-84
Modern Rest API
area:API
Airflow's REST/HTTP API
area:plugins
area:UI
Related to UI/UX. For Frontend Developers.
appbuilder_menu_items
tomenu_items
GET /plugins
endpoint to FastAPI that looks up the menu items and sends them as an array to the UIGET /plugins
endpoint and render the menu items links just like how the DocsButton component works: https://github.com/apache/airflow/blob/main/airflow/ui/src/layouts/Nav/DocsButton.tsxThe text was updated successfully, but these errors were encountered: