Closed
Bug 577767
Opened 15 years ago
Closed 15 years ago
Data Analysis: Create a feed of problematic URLs
Categories
(Input :: General, enhancement, P1)
Input
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.6.2
People
(Reporter: wenzel, Assigned: michaelk)
References
Details
(Whiteboard: [L10n])
Attachments
(2 files, 1 obsolete file)
From bug 577294:
Beltzner wrote:
"I think we need to create a table of URLs reported as problematic with:
URL
# of unique reports
first reported date
last reported date
comments (blob)
"
Can probably make this an RSS feed, and either cluster these reports by URL or by domain, sorting it descendingly by report frequency. Could create this report once a day (or something like that) and cache it.
Updated•15 years ago
|
Summary: Create a feed of problematic URLs → Data Analysis: Create a feed of problematic URLs
Updated•15 years ago
|
Priority: -- → P1
Target Milestone: --- → 1.6
Comment 1•15 years ago
|
||
The buttons to get to the page aren't put onto the mock up, but essentially it'd be a part of the header somewhere...and, no, we're not removing the Input Dashboard header image.
Updated•15 years ago
|
Whiteboard: [ineedzstringz]
Comment 2•15 years ago
|
||
Attachment #458016 -
Attachment is obsolete: true
Comment 3•15 years ago
|
||
Comment 4•15 years ago
|
||
Looks like this is missing 1.6. I'm moving this to 1.6.1
Target Milestone: 1.6 → 1.6.1
| Reporter | ||
Updated•15 years ago
|
Whiteboard: [ineedzstringz] → [L10n]
| Reporter | ||
Comment 5•15 years ago
|
||
mkurze's patch looks good, and I think we can land it soon on stage. However, I don't know where to find some test data. Is there any on cm-webdev01-master01?
Since you set allow_syncdb to False, how do we initially create the schema?
Also, if that hasn't happened yet, please file an IT bug to have them set up the settings necessary to access a copy (presumably) of some site data. They might want to set up a separate database and just import a static dump. If you need them to run a cron job instead, we need to let them know that as well.
Assignee: nobody → mkurze
| Assignee | ||
Comment 6•15 years ago
|
||
that's a line that's missing in README.md I am afraid
./manage.py syncdb --database=website_issues
Also, we got access to a daily dump on cm-metricsetl02 and a separate database on cm-metrics-mysql01.
| Assignee | ||
Comment 7•15 years ago
|
||
To get initial data in, you can run the job on your (dev) machine afterwards.
./manage.py generate_sites
(In the actual setup this will be run on cm-metricsetl02 and the data will be pushed into the websites_issues database).
You can also configure both django connection aliases ("default" and "website_issues") to point to the same actual DB for simplicity.
I can add crontasks on cm-metricsetl02, so I won't need to ask for that.
Updated•15 years ago
|
Target Milestone: 1.6.1 → 1.6.2
Comment 8•15 years ago
|
||
This is on staging now:
http://input.stage.mozilla.com/en-US/sites
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Component: Input → General
Product: Webtools → Input
You need to log in
before you can comment on or make changes to this bug.
Description
•