Hello, and thank you for the Copilot app.
- Ngôn ngữ chính
- Không có dữ liệu ngôn ngữ
- Star
- 2.1k
- Fork
- 153
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hello, and thank you for the Copilot app. I have been using app sessions to automate repository setup from end to end, and I ran into one gap that I thought was worth reporting.
An agent can now do almost everything unattended: it creates a Projects v2 board, adds the Start date and Target date fields, and creates the Roadmap, Kanban, and Backlog views through createProjectV2View, which accepts a name and a layout. The one thing it cannot do is tell the Roadmap view which fields to use for its date axis. The configuration input on that mutation exposes only visibleFieldIds, and the read side is just as limited, since groupByFields, sortByFields, and filter can all be read but none of them can be written.
The practical effect is that automation stops one step short. After the agent finishes, a person still has to open the project in the browser and pick Start date and Target date by hand. It is a small step, but it is exactly the kind of step people forget, and until someone does it the Roadmap view looks empty, which makes the whole board seem broken to anyone opening it for the first time.
What would help most is being able to set the roadmap date fields, and ideally the grouping, by field ID when creating or updating a view. Inferring them from field names would be less reliable, since those names are chosen freely by each project.
Thank you for considering this, and for the work on the app so far.
---
| Field | Value |
| --- | --- |
| App version | 1.1.6 |
| OS | macOS 15.2.0 |
| Theme | GitHub |
| Path | /chat |
| Tenure | Week 20 |
Hướng dẫn đóng góp
Hướng nghiên cứu
Bắt đầu với mutation createProjectV2View và input cấu hình của nó, đặc biệt là visibleFieldIds, sau đó so sánh các trường groupByFields, sortByFields và filter có thể đọc được. Hoàn thành khi một agent có thể thiết lập các trường ngày của Roadmap theo ID trường trong lúc tạo hoặc cập nhật một view, có hỗ trợ nhóm nếu được bao gồm; hãy xác minh view kết quả thông qua phía đọc.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- github, graphql
- Lĩnh vực
- api
- Loại issue
- Tính năng
- Độ khó
- 5/5
- Thời gian dự kiến
- Hơn một tuần
- Mức độ hoạt động
- Ít trao đổi
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100