wmcadigital / wmn-sprints

A place to centralise Sprint planning for the Transport Website project.
https://designsystem.wmnetwork.co.uk
2 stars 0 forks source link

OH4.2.1 - Feedback loop #22

Open daylesalmon opened 4 years ago

daylesalmon commented 4 years ago

🗂 Project ID: OH4 📝 Story No: 2.1 🚩 Priority: M


Epic: Users should be able to give feedback about content so we can make measure content effectiveness


Story details

⌨️ Dev Size: 8


As a user

I need to

give feedback about content

In order to

tell the marketing team any pain points or improvements


Acceptance criteria

Does the feedback loop...?


issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.77. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

KaterinaKir commented 4 years ago

@Rippled Can you please provide the API for the front end devs.

Rippled commented 4 years ago

This is the staging url of the first version of the Customer Feedback API: https://prod-10.uksouth.logic.azure.com:443/workflows/8bf9c75f399246de96cf505a1331e738/triggers/manual/paths/invoke?api-version=2016-10-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=qSXrjDmMgHoPORSob4-uqonyJyF8mB8addKURnOhL1E

its takes a POST. The only field required is "feedbackType"

{ "feedbackType": "content", "contentName": "Page title from Umbraco", "contentPath": "URL path", "contentLastUpdated": "2011-10-05T14:48:00.000Z", "contentLastEditor": "Last editor name", "contentHelpful": "Yes or No", "contentWrong": "Is there anything wrong with this page?", "contentWrongComment": "Free text entry", "serviceName": "text string passed through from URL", "serviceRating": "1 to 5 (1 very dissatisfied; 5 very satisfied)", "serviceComment": "Free text entry" }

It will stores the POSTs in table storage. What will you use to make reports? I need to give you a connection string so that you can connect to the data. So if you use power Bi, I would give you a connection string for power Bi