posit-dev / posit-dev/rsconnect-python
write-manifest quarto doesn't support Shiny Quarto documents
Chưa có ai nhận issue này.
- Ngôn ngữ chính
- Python
- Star
- 37
- Fork
- 28
- Merge trung bình
- 1 ngày 3 giờ
- Pull request đã merge (30 ngày)
- 7
Mô tả
Summary
rsconnect write-manifest quarto always creates a static document manifest, even for Quarto documents that use server: shiny in their YAML front matter. There's no way to generate a quarto-shiny manifest via the CLI.
Details
The codebase has support for AppModes.SHINY_QUARTO internally, but the CLI doesn't expose this functionality:
- No
--shinyflag onwrite-manifest quarto - No auto-detection of
server: shinyin the Quarto document's YAML front matter write-manifest shinydoesn't recognize.qmdfiles as valid entry points
Current workarounds
- Use
quarto publish connectinstead (which does handle this correctly) - Manually create a
manifest.jsonwith"appmode": "quarto-shiny"
Expected behavior
Either:
write-manifest quartoshould detectserver: shinyin the document and create aquarto-shinymanifest automatically, OR- A
--shinyflag should be added to explicitly request a Shiny Quarto manifest
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Hướng nghiên cứu
Bắt đầu tại các điểm vào CLI write-manifest quarto và write-manifest shiny, sau đó lần theo phần hỗ trợ hiện có cho AppModes.SHINY_QUARTO. Kiểm tra cách xử lý Quarto YAML front matter và các điểm vào hợp lệ. Công việc được hoàn thành khi CLI có thể tạo manifest quarto-shiny cho một tài liệu .qmd sử dụng server: shiny, thông qua việc phát hiện hoặc một flag rõ ràng.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- python
- Lĩnh vực
- cli
- Loại issue
- Tính năng
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 45/100