Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add endpoint to collect and store task feedback via telemetry #20216

Assignees
DanielleMaywood
Labels
@BrunoQuaresma

Description

@BrunoQuaresma

Summary

We need a backend endpoint to collect and storeuser feedback related to tasks.
This data should be integrated into ourtelemetry system — transmitted to Coder via existing telemetry mechanisms — while also being storedlocally for admins to analyze internally.

Endpoint

POST /api/v2/experimental/tasks/<task-id>/feedback

Behavior

  • Records user feedback for a given task.
  • Theuser is determined from the current authenticated session.
  • Thetask_id is passed via the URL.
  • Feedback istransmitted via telemetry.

Payload

{"rate":"good"| "regular" | "bad" | 1–10,"comment":"string","task_id":"uuid","user_id":"uuid"// derived from session}

Note:
Therate field supports both ENUM values (good,regular,bad) and numeric values (1–10) for flexibility and potential integration with success metrics such asNPS.

UI Reference

The frontend will use the following UI to collect and send feedback:

Feedback UI

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp