microsoft / microsoft/teams.ts

Automatically parse feedback value

Open
#184 7 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
TypeScript
Stars
107
Forks
39
Avg merge
1d 7h
Merged PRs (30d)
74

Description

![Image](https://github.com/user-attachments/assets/d77f19ac-b36e-4cb4-9450-19a4fc58b9d7)

When feedback is submitted, the `actionValue.feedback` comes in as a JSON.

Should we parse this thing to help out devs? Or leave it up to them? I see a case for both.
If we parse it for them, improved devex
If we don't, they can store the whole thing, and if more fields get added, they won't need to change anything.
Though, I think most people are parsing it and storing the text directly...

Thoughts?

Contributor guide

Open the contributing guide

Research direction

Start by tracing how submitted feedback reaches actionValue.feedback and how developers currently consume that value. Compare the implications of parsing it with preserving the JSON, using the issue's stated compatibility concerns as acceptance criteria. Done requires a decided behavior and validation of the resulting feedback shape.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
api, developer-experience
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.