Closed Bug 463586 Opened 16 years ago Closed 12 years ago

Add a processing date and noted field to the top 5 lines of the page

Categories

(Socorro :: Webapp, task)

x86
Windows XP
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Future

People

(Reporter: timeless, Unassigned)

References

()

Details

I'm now using this "page" to process crash reports:
for my notes:
data:text/html,<textarea rows="30" cols="40" id="a" onchange="var
a=document.getElementById('a').value.split(/\n+/);var c={};for
(b=0;b&lt;a.length;b++) if
(/([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/.test(a[b]))
c[RegExp.$1]=1;var d='';for (b in c) d+='&lt;iframe
src=&quot;http://crash-stats.mozilla.com/report/index/'+b+'&quot; width=400
height=200&gt;&lt;/iframe&gt;'; if (d) window.open('data:text/html,'+d); ">

As crash reports don't come in with any particular order, it'd be helpful if you added a row with a checkbox and when it was processed.

actual results:
Firefox 3.0.1 Crash Report [@ strchr ]
ID: 5b12b426-7f9a-11dd-8769-0013211cbf8a
Signature: strchr

expected results:
Firefox 3.0.1 Crash Report [@ strchr ]
Processed: %date% <input type=checkbox title="you can use this checkbox to remind yourself that you've looked at this report">
ID: 5b12b426-7f9a-11dd-8769-0013211cbf8a
Signature: strchr

for reference, a competing crash reporting system developed internally for Nokia (by sp3000) has a field <input type=text> which lets people indicate a bug number after they've found one. Such a field would be more useful than what I'm asking for, but it requires server side storage which would be more work.a
Could you shorten that URL somehow? It makes this bug page a bit difficult to read.
I'd use local storage for this:
http://hacks.mozilla.org/2009/06/localstorage/
Target Milestone: --- → Future
Component: Socorro → General
Product: Webtools → Socorro
Component: General → Webapp
Is this still required or can it be closed as won't fix?
We already have the processed date; you can tell if you've looked at a report by the visited link color.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.