Closed
Bug 852567
Opened 12 years ago
Closed 12 years ago
Filter apps based on our adult/child flags
Categories
(Marketplace Graveyard :: API, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-04-11
People
(Reporter: clouserw, Assigned: robhudson)
Details
(Whiteboard: p=3 [qa+])
The flags are already in the db and can be toggled by admins from the edit page. This bug is to ensure: 1) Apps marked 'adult' are not shown in Seahorse 2) Apps marked 'children' are not shown in the worldwide store.
Assignee | ||
Comment 1•12 years ago
|
||
We will need to put these in the index to be able to filter by them. Moving to API component.
Component: Search → API
Whiteboard: p=2
Reporter | ||
Comment 2•12 years ago
|
||
> 2) Apps marked 'children' are not shown in the worldwide store.
Adjustment: Neither 'children' nor 'adult' apps are shown in the worldwide store
Reporter | ||
Updated•12 years ago
|
Whiteboard: p=2 → [blocked on clouserw] p=2
Reporter | ||
Comment 3•12 years ago
|
||
No longer blocked on me. We should do this.
Whiteboard: [blocked on clouserw] p=2 → p=2
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → robhudson.mozbugs
Assignee | ||
Comment 4•12 years ago
|
||
Added flags to search index: https://github.com/mozilla/zamboni/commit/4bb35c5
Assignee | ||
Comment 5•12 years ago
|
||
Added ES querying according to region: https://github.com/mozilla/zamboni/commit/7800983 Next, add querying to anywhere that requests apps, which I believe is home page, category pages, and featured/creatured.
Assignee | ||
Comment 6•12 years ago
|
||
And finally filtering out adult/child from db queries: https://github.com/mozilla/zamboni/commit/f7843fc
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2013-04-11
Reporter | ||
Updated•12 years ago
|
Whiteboard: p=2 → p=2 [qa+]
Assignee | ||
Updated•12 years ago
|
Whiteboard: p=2 [qa+] → p=3 [qa+]
You need to log in
before you can comment on or make changes to this bug.
Description
•