Closed
Bug 747917
Opened 13 years ago
Closed 13 years ago
Give feedback to forum contributors about their impact on the forum
Categories
(support.mozilla.org :: Questions, task, P1)
support.mozilla.org
Questions
Tracking
(Not tracked)
RESOLVED
FIXED
2012.8
People
(Reporter: atopal, Assigned: rrosario)
Details
(Whiteboard: u=contributor c=questions p=2)
Attachments
(8 files, 1 obsolete file)
Feedback is important in motivation. People want to see the effect of their own actions. This feature updates them with the current status of our success in replying to threads and their own impact on that.
On top of the forum listing there is a field that says: xx% of the questions in the last 3 days have a reply. When the bar reaches 100% it lights up green, otherwise it’s orange. It also states the number of open questions. This part is clickable and leads to a listing of those questions.
Detailed description is here:
https://wiki.mozilla.org/Support/Kitsune/Features/Forum-Feedback
Reporter | ||
Updated•13 years ago
|
Target Milestone: --- → 2012.8
Updated•13 years ago
|
Whiteboard: [ux help needed]
Updated•13 years ago
|
Assignee: nobody → bram
Reporter | ||
Updated•13 years ago
|
Whiteboard: [ux help needed] → u=contributor c=questions p= [ux help needed]
Reporter | ||
Updated•13 years ago
|
Priority: -- → P1
Comment 1•13 years ago
|
||
1 of 3 design variations.
Issue: what to do when the percentage is low? The two text fields will collide.
Comment 2•13 years ago
|
||
2 of 3 design variations.
The percentage point is a right-aligned text element on top of the orange-background div.
Comment 3•13 years ago
|
||
3 of 3 design variations.
The caption text explaining the data is now separated from the percentage and put in line with the “total questions” field, but left aligned. It is now a static text element.
I like this design the best, because:
* It gives plenty of room for long explanation text (the caption can be pretty long if we want it to be)
* It contains no redundant information — the percentage is only seen once, not twice — so the visual weight is lighter
* It avoids any collision of text element
Comment 4•13 years ago
|
||
If it is hard to make the “Answered: x” and the percentage text elements to follow along the orange bar, it is possible to left-align these texts, even though it would make less sense.
This might be a good first-phase implementation. We can make the texts follow the orange bar later.
Comment 5•13 years ago
|
||
This shows you what happens when the value is low — at, say, between 1-10%. It is impossible to make the percentage text fit the orange bar accurately. But we can set a min-width value to the bar, so the text will always fit.
Of course, the graphic will not be representative to the data, but the text will still fit and convey the information needed (the number is what matters, rather than the accuracy of the graphic), and I hope that we won’t ever get to this level of contribution!
Comment 6•13 years ago
|
||
Note how the bar turns green when the progress is complete (the color value is exactly the same to our green button), and how the link changes to a congratulatory message.
Comment 7•13 years ago
|
||
Question:
Should it be enclosed in a light-blue background similar to the forum post list or the sidebar?
Additional CSS information:
Small texts, used to set captions:
13px
Medium texts, used to set links and informations:
18px
Large texts, used to set numbers:
58px
Orange bar background:
background: -moz-linear-gradient(#FFC900,#F09609) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear,left top,left bottom,from(#FFC900),to(#F09609))
background: #F09609;
Orange bar height:
Between 22–26px (not hard and fast)
Orange bar width:
650px (not hard and fast. It should fit within the light blue background if it ever needs to, so I didn’t make it too long in the first place to allow for plenty of side margins)
Orange bar border-radius:
50px, 100px (can be high, to make sure that it stays rounded on all height)
Comment 8•13 years ago
|
||
More CSS info:
Gray bar background:
background: -moz-linear-gradient(#DDD,#F8F8F8) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear,left top,left bottom,from(#DDD),to(#F8F8F8));
background: #DDD;
Comment 9•13 years ago
|
||
Comment 10•13 years ago
|
||
Note the removal of link text below. It has been integrated directly into the caption, and makes this progress bar take even less space.
This mockup shows you what happens if all the links are colored blue.
Attachment #618017 -
Attachment is obsolete: true
Comment 11•13 years ago
|
||
This shows you what happen when some of the link texts are made black, while the call to action “Help solve them!” remains blue.
Regardless of which implementation we choose, the whole text should be clickable, and not just the blue-colored words.
Assignee | ||
Comment 12•13 years ago
|
||
Taking this from bram to start implementing.
Assignee: bram → rrosario
Comment 13•13 years ago
|
||
Wording:
x questions from the last 3 days have no reply. Help solve them!
What to bold and make as links:
x questions
Help solve them!
The rest can be grayed out (color:#AAA;)
But everything on that <p> should be clickable.
Assignee | ||
Comment 14•13 years ago
|
||
Making this a 2.
Whiteboard: u=contributor c=questions p= [ux help needed] → u=contributor c=questions p=2 [ux help needed]
Assignee | ||
Comment 15•13 years ago
|
||
Thanks bram
Whiteboard: u=contributor c=questions p=2 [ux help needed] → u=contributor c=questions p=2
Assignee | ||
Comment 16•13 years ago
|
||
Landed in prod. Looks hot!
https://github.com/mozilla/kitsune/commit/aadb5b279fc7f10ddd71a31066628e5a3bda9af1
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•