Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: appengine/findit/model/triage_status.py

Issue 2067373002: [Findit] Add fracas analysis result feedback page for manual triage. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@only-dashboard
Patch Set: Merge branch 'only-dashboard' into dashboard Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 TRIAGED_UNSURE = 'triage-unsure' 1 TRIAGED_UNSURE = 'triaged-unsure'
2 TRIAGED_CORRECT = 'triaged-correct' 2 TRIAGED_CORRECT = 'triaged-correct'
3 TRIAGED_INCORRECT = 'triaged-incorrect' 3 TRIAGED_INCORRECT = 'triaged-incorrect'
4 UNTRIAGED = 'untriaged' 4 UNTRIAGED = 'untriaged'
OLDNEW
« no previous file with comments | « appengine/findit/model/crash/test/crash_analysis_test.py ('k') | appengine/findit/templates/crash/fracas_result_feedback.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698