Closed
Bug 1084387
Opened 10 years ago
Closed 10 years ago
"show in product picker" option for product
Categories
(Input Graveyard :: Submission, defect, P1)
Input Graveyard
Submission
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
(Whiteboard: u=user c=feedback p=1 s=input.2014q4)
We have products set up on Input that we want public (aka, they show up on the public dashboard), but that we probably don't want to show up in the product picker. For example, we probably don't want Loop to show up in the product picker.
This bug covers:
1. Adding another field to the feedback_product table for this. It should default to False.
2. Fixing the product picker form to skip products that are not public and products that shouldn't be shown in the picker.
Assignee | ||
Comment 2•10 years ago
|
||
I think this is like a day of work. Making it 2 points.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Whiteboard: u=user c=feedback p= s=input.2014q4 → u=user c=feedback p=2 s=input.2014q4
Assignee | ||
Comment 3•10 years ago
|
||
In a PR: https://github.com/mozilla/fjord/pull/369
This ended up taking an hour, so reducing the points to 1.
Whiteboard: u=user c=feedback p=2 s=input.2014q4 → u=user c=feedback p=1 s=input.2014q4
Assignee | ||
Comment 4•10 years ago
|
||
Also, I changed the scope a bit. I fixed the product picker to only show products that have on_picker=True. I think we should leave out on_dashboard from the filter. They should be two separate flags.
Assignee | ||
Comment 5•10 years ago
|
||
We need to add two more action items here:
3. Add field to Product admin
4. Add field to Product management templates
Assignee | ||
Comment 6•10 years ago
|
||
Landed in master:
https://github.com/mozilla/fjord/commit/e8a9cc73c0e157af5b144b7b397b3e9586fa5488
https://github.com/mozilla/fjord/commit/2af4fca850e906afa48226004ac8286c1024d4d2
Pushed to prod just now.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Input → Input Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•