Closed
Bug 952515
Opened 11 years ago
Closed 11 years ago
Don't show "off-topic" and "escalated" threads by default
Categories
(support.mozilla.org :: Questions, task, P2)
support.mozilla.org
Questions
Tracking
(Not tracked)
RESOLVED
FIXED
2014Q1
People
(Reporter: atopal, Assigned: rrosario)
References
Details
(Whiteboard: u=contributor c=questions p=1 s=2014.1)
Off topic and escalated questions should not be shown, when the checkbox for off-topic and escalated questions is not checked.
Assignee | ||
Comment 1•11 years ago
|
||
The new query for the /question page are match better/faster than the one we had before. Instead of starting to exclude stuff via query, it would be good if we can just hide them client side (display:none;) depending on the state of the checkboxes.
Assignee | ||
Comment 2•11 years ago
|
||
(In reply to Kadir Topal [:atopal] from comment #0)
> Off topic and escalated questions should not be shown, when the checkbox for
> off-topic and escalated questions is not checked.
What is the expected behavior when one or both checkboxes are checked?
Flags: needinfo?(a.topal)
Assignee | ||
Comment 3•11 years ago
|
||
This might be 1pt, going conservative with 2.
Whiteboard: u=contributor c=questions p= s=2014.1 → u=contributor c=questions p=2 s=2014.1
Reporter | ||
Comment 4•11 years ago
|
||
when one is checked: show that one,
when both are checked: show both
Flags: needinfo?(a.topal)
Assignee | ||
Comment 5•11 years ago
|
||
I'll work on this.
To summarize:
* By default, the list of questions will not include escalated or offtopic.
* If escalated checkbox is checked, the list will include escalated questions.
* If offtopic checkbox is checked, the list will include offtopic questions.
Assignee: nobody → rrosario
Comment 6•11 years ago
|
||
If I understand this correctly.
I have just realised does this implie that if I have selected *my contributions* that is also not going to show offtopic or escalated threads.
Each time I or someone such as HelpDesk checks their own contributions we will now have to continuously cycle through all three options or have three tabs open.
(Would keeping three tabs open even help? Or would cookies set them all the same on each reload ?)
That is before considering looking for tier 1 questions to answer moderate or help with.
This change is going to make Tier 2 work difficult, unless the UI is changed.
Moving on to another subject. Perhaps you will confirm my understanding of intentions is correct:
Which escalate tag or tags does this apply to both separately or together of Bug 957638 & Bug 946948
1.) Bug 946498 - Automatically escalate questions; Are now auto escalated after 24hours (I found no bug for that)
2.) Bug 957638 - Use different tag for auto-escalation; Will rename Bug 94648 tagged questions.
3.) Bug 957638 - now a renamed tag, of undecided name, auto escalated, & is *NOT* to be segregated by *this* Bug 952515
A.) The Tag *escalate* initially used by Bug 96498 will now be used by this Bug 952515
B.) The now manually escalated *escalate* questions will be segregated by this Bug 952515
? .) Zendesk Tickets Bug 932348 - Escalated threads should create zendesk ticket
i .) These were created in Bug 932348
ii .) Used with manual escalation and the *escalate* tag (https://bugzilla.mozilla.org/show_bug.cgi?id=932348#c15)
iii.) I presume these Zendesk Tickets are in danger of being inherited with this Bug 952515
iv .) What was the necessity for these?
v .) May HelpDesk require Zendesk Tickets on auto-escalated questions still?
Assignee | ||
Comment 7•11 years ago
|
||
In a pull request:
https://github.com/mozilla/kitsune/pull/1795
Assignee | ||
Comment 8•11 years ago
|
||
Landed on master:
https://github.com/mozilla/kitsune/commit/015d624e5f5c2e05789689e456675bbd6c78eeb9
This was really 1pt.
Whiteboard: u=contributor c=questions p=2 s=2014.1 → u=contributor c=questions p=1 s=2014.1
Assignee | ||
Comment 9•11 years ago
|
||
Deployed to prod now.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 10•11 years ago
|
||
Related discussion:
https://support.mozilla.org/forums/contributors/709893
Escalation, have we now lost the ability to view only escalated questions ?
Assignee | ||
Comment 11•11 years ago
|
||
(In reply to Alice Wyman from comment #10)
> Related discussion:
> https://support.mozilla.org/forums/contributors/709893
> Escalation, have we now lost the ability to view only escalated questions ?
You can filter by only escalated if you add tagged=escalate to the URL:
https://support.mozilla.org/en-US/questions?tagged=escalate&escalated=1&show=all
You need to log in
before you can comment on or make changes to this bug.
Description
•