Support/FeedbackSystem2PRD
< Support
Feedback is the new name for the system formerly known as CSAT.
We are reimplementing the feedback system in Django, with some changes to functionality. This document should be read in conjunction with the original CSAT specification
Definitions
- A support item is either a wiki article, a forum thread, or a live chat session.
Requirements
Question configuration
- Feedback questions should be configured globally, that is, each support item will serve the same set of feedback questions
- Feedback questions may be overriden for an individual support item
- Overridden feedback questions should be easily able to be reset to the global questions ("reset defaults")
Question types
- The system should support the following question types:
- Yes/No
- Rate on 1 - 5 scale
- Free text
Question nesting
- Questions should be able to be nested (e.g. if answer to Q1 is 'Yes' show Q2). Only one level of nesting is required.
Feedback for wiki articles
- Questions should be shown at the bottom of a wiki article, as they are presently.
- Questions should be shown to all users.
- Initial global questions should be as they are at present.
Feedback for forum threads
- The forums are currently [under redesign]
- Forum threads can presently be marked as solved, and users are then presented with feedback form.
- Open questions:
- Should the proposed upvote/downvote mechanism be part of the feedback system?
- What about comments on threads? How do we distinguish between commenting on thread quality and providing feedback for other users to see (e.g. caveats such as "this solution will only work on Windows")?
Feedback for live chat
Reporting
Implementation notes
Questions
In order to serve feedback questionnaires from Django, we will serve them:
- on wiki pages and forum threads, in an iframe
- if serving questions after a live chat, it can be an independent page (since this is new functionality)