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

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: Fix bugs. 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

Powered by Google App Engine
This is Rietveld 408576698