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

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

Issue 2043973002: [Findit] Fracas crash triage dashboard (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: 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
(Empty)
1 TRIAGED = 'triaged'
stgao 2016/06/08 17:53:45 Can we reuse model/result_status.py instead?
Sharu Jiang 2016/06/09 06:13:28 As we discussed, I think this is different, since
2 TRIAGED_CORRECT = 'triaged-correct'
3 TRIAGED_INCORRECT = 'triaged-incorrect'
4 UNTRIAGED = 'untriaged'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698