Closed
Bug 1079413
Opened 11 years ago
Closed 11 years ago
Collapsible sections for select KB articles
Categories
(support.mozilla.org :: Knowledge Base Software, task, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
2014Q4
People
(Reporter: jsavage, Assigned: rrosario)
References
Details
(Whiteboard: u=contributor c=wiki p=1 s=2014.21)
We'd like to explore collapsible sections for support forum contributor training articles. The purpose for this is to make these articles easier to digest section by section.
Kadir pointed out some challenges with this and advised me to file a bug to investigate our options.
Comment 1•11 years ago
|
||
Ricky, I remember that we did this for at least one article for testing purposes and you provided the JS for that, but I can't remember anymore if that was via Optimizely.
Can we do this for specific articles on SUMO without involving Optimizely?
Flags: needinfo?(rrosario)
| Assignee | ||
Comment 2•11 years ago
|
||
(In reply to Kadir Topal [:atopal] from comment #1)
> Can we do this for specific articles on SUMO without involving Optimizely?
How would you identify which articles get this treatment?
Flags: needinfo?(rrosario)
(my $0.02)
If an article has more than X characters and has Y H1/H2 elements, the headers are made collapsible?
Comment 4•11 years ago
|
||
This would be for specific articles. In this case it's for the contributor training article.
So far, we have these articles. Rachel has more. I'll "need info" her for her articles.
https://support.mozilla.org/en-US/kb/firefox-os-support-forum-contributors-training
https://support.mozilla.org/en-US/kb/firefox-android-support-forum-contributors
https://support.mozilla.org/en-US/kb/firefox-support-forum-contributors
Flags: needinfo?(rmcguigan)
Comment 6•11 years ago
|
||
https://support.mozilla.org/en-US/kb/introduction-contributor-quality-training/
https://support.mozilla.org/en-US/kb/angry-user-training
https://support.mozilla.org/en-US/kb/evaluating-solution-forum
https://support.mozilla.org/en-US/kb/how-answer-escalated-questions
Madalina will be adding more next week:
How will we be able to add more?
Flags: needinfo?(rmcguigan) → needinfo?(mana)
https://support.mozilla.org/en-US/kb/navigate-support-forum-platform
We should have one for how to reply and customer service but we can probably tweak and use this one here: https://support.mozilla.org/en-US/kb/answering-questions-support-forum
Flags: needinfo?(mana)
Updated•11 years ago
|
Severity: minor → normal
Priority: -- → P3
Whiteboard: u=contributor c=wiki p= s=2014.21
Target Milestone: --- → 2014Q4
| Assignee | ||
Comment 8•11 years ago
|
||
We have `window.k.makeWikiCollapsable = function() {...` in wiki.js. We just need to figure out how to specify which articles to apply it to. We think it's 1pt.
Whiteboard: u=contributor c=wiki p= s=2014.21 → u=contributor c=wiki p=1 s=2014.21
| Assignee | ||
Comment 10•11 years ago
|
||
In a pull request:
https://github.com/mozilla/kitsune/pull/2231
| Assignee | ||
Comment 11•11 years ago
|
||
| Assignee | ||
Comment 12•11 years ago
|
||
Deployed to prod now.
The following en-US articles are collapsible:
'firefox-os-support-forum-contributors-training',
'firefox-android-support-forum-contributors',
'firefox-support-forum-contributors',
'introduction-contributor-quality-training',
'angry-user-training',
'evaluating-solution-forum',
'how-answer-escalated-questions',
'navigate-support-forum-platform',
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 13•10 years ago
|
||
(For the record) From bug 1141677 comment 3
-----
Mike Cooper [:mythmon] 2015-05-07 09:12:58 PDT
We decided to implement this feature for almost all articles, instead of manually turning it on/off for different articles. The related bugs are something to work on next, thanks for pointing them out!
-----
Updated•10 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•