Closed
Bug 846847
Opened 12 years ago
Closed 12 years ago
Add an API endpoint for submitting site feedback
Categories
(Marketplace Graveyard :: API, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-04-04
People
(Reporter: cvan, Assigned: chuck)
References
Details
(Whiteboard: [fireplace] p=2)
Formerly https://github.com/mozilla/fireplace/issues/19
We collect the following information for both anonymous and authenticated users:
* Feedback message
* IP address
* User-Agent
* Platform
* Referred URL
* Chromeless vs. Browser
* User object (if authenticated)
Relevant:
https://github.com/mozilla/zamboni/blob/master/mkt/account/views.py#L241
Reporter | ||
Updated•12 years ago
|
Updated•12 years ago
|
Updated•12 years ago
|
Priority: P2 → P1
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → charmston
Reporter | ||
Comment 1•12 years ago
|
||
Use PotatoCaptcha (https://github.com/mozilla/zamboni/blob/master/mkt/site/forms.py#L20-L52) for accepting anonymous submissions:
https://github.com/mozilla/zamboni/blob/master/mkt/account/forms.py#L93
Assignee | ||
Comment 2•12 years ago
|
||
Patch awaiting review: https://github.com/chuckharmston/zamboni/commit/22fd677a3935370a8d91a866e46eb481aa6fe447
Target Milestone: --- → 2013-04-04
Reporter | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•