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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: appengine/findit/model/triage_status.py
diff --git a/appengine/findit/model/triage_status.py b/appengine/findit/model/triage_status.py
new file mode 100644
index 0000000000000000000000000000000000000000..6b0b97b81311303117bbc975684fce7f4c2d4657
--- /dev/null
+++ b/appengine/findit/model/triage_status.py
@@ -0,0 +1,4 @@
+TRIAGED_UNSURE = 'triage-unsure'
stgao 2016/06/13 21:25:51 Can we use number instead of strings to reduce the
stgao 2016/06/13 21:25:51 Also missing file header.
Sharu Jiang 2016/06/21 00:28:14 Done.
Sharu Jiang 2016/06/21 00:28:14 Done.
+TRIAGED_CORRECT = 'triaged-correct'
+TRIAGED_INCORRECT = 'triaged-incorrect'
+UNTRIAGED = 'untriaged'

Powered by Google App Engine
This is Rietveld 408576698