Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start feedback component #667

Open
wants to merge 9 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions c/feedback/beta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Feedback
layout: component-beta
---
4 changes: 4 additions & 0 deletions c/feedback/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Feedback
layout: component-default
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
125 changes: 125 additions & 0 deletions c/feedback/v1.0.0-beta.1/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
---
layout: component-yaml
title: Feedback
section: Components
version: 1.0.0-beta.1
status: active
implemented: false
people:
- role: Designer
name: Alex Johnson
- role: Designer
name: Tony Nguyen
- role: UX Writer
name: Carole Balawender

downloads:
- name: UX Accessibility Checklist
link: https://docs.google.com/a/pearson.com/document/d/1YjPJz6ZJgG6m4iJvtTFYuhIBGVuefHpzYx3H_lPU-vo/edit?usp=sharing
- name: .sketch
link: ./assets/Feedback-1.0

dependencies:
- name: Drawer
version: 1.0.0
- name: Typography
version: 1.0.0
- name: Application Header
version: 1.1.0
- name: Icons
version: 1.1.0

tagline: |
This component lets users provide targeted feedback. This component must point to the Feedback API provided by the Social and Engagement team.
usage_guidelines: |
To collect user feedback, follow the structure and behavior described in this component. The feedback component includes the following sets of basic elements:

* Question, Yes or No response, and alert
* Question, Yes or No response, comment box, and alert
features:
- Targeted feedback with Yes or No response
- Targeted feedback with Yes or No response and comment box

blocks:
- type: section
name: Targeted feedback with Yes or No response

- type: two column
text: |
This feedback feature lets you ask a question targeted at obtaining feedback for selected content(for example, a selected help topic). The user response requires either Yes or No.

Note: Follow up with an alert message to acknowledge that the feedback was received.

contents:
- type: narrow image
src: ./assets/[email protected]
- type: narrow image
src: ./assets/[email protected]

- type: section
name: Targeted feedback with Yes or No response and comment box

- type: two column
text: |
This feedback feature lets you add a comment field to the previous targeted feedback user flow. Use its elements when you want to get more information to better understand the Yes or No response.

Note: Follow up with an alert message to acknowledge that the feedback was received.

contents:
- type: narrow image
src: ./assets/[email protected]
- type: narrow image
src: ./assets/[email protected]
- type: narrow image
src: ./assets/[email protected]

- type: section
name: Redlines

- type: two column
text: |
### Contextual feedback with binary answer

Typography
: - Question title is a [UI Text - Bold](/design/c/typography/v2.0.0-beta.9/#rd-ui-text-bold)

Button
: - [Primary Buttons](/c/buttons/v2.2.1/#buttons--primary-button)

Alert
: - Uses the [Inline Alert](http://uxframework.pearson.com/c/alerts/v2.0.3/#alerts--inline-alert) style

contents:
- type: wide image
src: ./assets/[email protected]
- type: wide image
src: ./assets/[email protected]

- type: two column
text: |
### Contextual feedback with binary answer

Typography
: - Question title is a [UI Text - Bold](/design/c/typography/v2.0.0-beta.9/#rd-ui-text-bold)

Input
: - Uses the [Multiple line text]

Button
: - [Primary Buttons](/c/buttons/v2.2.1/#buttons--primary-button)

Alert
: - Uses the [Inline Alert](http://uxframework.pearson.com/c/alerts/v2.0.3/#alerts--inline-alert) style

contents:
- type: wide image
src: ./assets/[email protected]
- type: wide image
src: ./assets/[email protected]
- type: wide image
src: ./assets/[email protected]

changelog:
- version: 1.0.0-beta.1
changes: Initial version
---