Skip to content

タスクコメントのpost,put,delete対応 - #287

Merged
rikunosuke merged 6 commits into
mainfrom
feature/create-update-delete-task-comments
Aug 18, 2026
Merged

タスクコメントのpost,put,delete対応#287
rikunosuke merged 6 commits into
mainfrom
feature/create-update-delete-task-comments

Conversation

@daisuke-miyazoe

@daisuke-miyazoe daisuke-miyazoe commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

① コメント作成(comment + 最初の発言)

c.create_task_comment(task_id=T, points=[100, 100], text="本文", frame=1)

② 返信を追加

c.create_task_comment(comment_id="<comment_id>", text="返信本文")

④ 発言の本文を更新

c.update_task_comment(thread_id="<thread_id>", text="新本文")

⑤ 発言を削除(最後の1件ならコメントもカスケード削除)

c.delete_task_comment(thread_id="<thread_id>")

rikunosuke
rikunosuke previously approved these changes Aug 18, 2026

@rikunosuke rikunosuke left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

挙動はLGTMなので、承認です!
コメント箇所だけ、別途対応をお願いします!

Comment thread fastlabel/__init__.py

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

他実装に合わせて、日本語のコメントは削除してください。

@rikunosuke rikunosuke left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rikunosuke
rikunosuke merged commit aeaf3ff into main Aug 18, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants