microsoft / microsoft/AdaptiveCards
[Designer] Feedback title here
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
{
"type":"AdaptiveCard",
"body": [
{
"type": "TextBlock",
"text": "Nova Resposta NPS - Treinamento de @{variables('Nome Móduto')} #@{triggerOutputs()?['body/resourceData/responseId']}",
"spacing": "Medium",
"size": "Large",
"weight": "Bolder"
},
{
"type": "TextBlock",
"text": " ID # @{triggerOutputs()?['body/resourceData/responseId']}
Respondente: @{outputs('Obter_os_detalhes_da_resposta')?['body/responder']}
Nota: @{variables('Nota')}
Você deu essa nota por qual motivo: @{variables('Motivo')}
Opinião sobre o treinamento: @{variables('Opinião')}
",
"size": "Medium",
"spacing": "Small",
"wrap": true
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.OpenUrl",
"title": "Sharepoint do Treinamento",
"url": "@{variables('Link pasta Sharepoint')}"
}
]
}
],
"version": "1.2",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json"
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue contains only an Adaptive Card JSON payload and does not name a source file, test, entry point, or requested change. Start by opening the payload in the Adaptive Cards Designer and clarify the intended feedback; completion criteria cannot be determined from the issue alone.
Written by the indexing model from the issue text.
Assessment
- Domain
- design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100