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

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..09e1d4cdc8834e24dcde264c9e80e11c59f20c39
--- /dev/null
+++ b/appengine/findit/model/triage_status.py
@@ -0,0 +1,4 @@
+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
+TRIAGED_CORRECT = 'triaged-correct'
+TRIAGED_INCORRECT = 'triaged-incorrect'
+UNTRIAGED = 'untriaged'

Powered by Google App Engine
This is Rietveld 408576698