Deploying Quarto documents with Shiny elements in Connect Cloud

I would like to publish a Quarto/R Shiny dashboard in Posit Connect Cloud. This generates the following error:

Failed to publish content: Failed during render. Unsupported appmode quarto-shiny error_id=42147f27-5cc5-47d9-8b9c-481fe8b32a00

I found this post on the same topic, with an answer explaining that deploying Quarto documents with Shiny elements is on the Connect Cloud roadmap but not yet supported.

Is there a timeline for when this functionality might be implemented? I'm trying to decide if I should publish my dashboard on shinyapps.io or wait for Connect Cloud functionality for Quarto/Shiny to be added.

Thank you.

This is an important feature, so we want to get to it soon, but the work is not currently scheduled. Unfortunately this means there is no timeline we can provide.

Is it possible to first "quarto render" a Python Quarto dynamic dashboard and then publish it as a shiny app on Posit Connect Cloud?

[update] I just tested it. It worked. I pushed 3 extra things to the github repo: 1)app.py; 2)the generated dashboard html file; and 3) the generated folder with many libs, and then published it as a shiny app. (perhaps the (2) and (3) are not needed, but i didn't test it.)

In that sense, it should be easy to add the feature to allow publishing Quarto dynamic dashboard on Posit Connect Cloud, but I guess there are perhaps other complications I don't know of (as in my case it's just a simple dynamic dashboard).

Update: Interactive Quarto Documents with Shiny elements are now fully supported on Connect Cloud! Quarto – Posit Connect Cloud Documentation

No additional configuration or UI specification should be needed as Connect Cloud will detect the server-side requirements.