From e350573bca34764e494f9017e2c836352af5eb7f Mon Sep 17 00:00:00 2001 From: Joe Fredette Date: Thu, 1 Dec 2011 18:21:54 -0500 Subject: [PATCH] add some docs --- doc/plan.mkd | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/plan.mkd diff --git a/doc/plan.mkd b/doc/plan.mkd new file mode 100644 index 0000000..bd5e8da --- /dev/null +++ b/doc/plan.mkd @@ -0,0 +1,28 @@ +loose plan: + + +# rallyclock linkup. + +- percy starts watching you when you tell him to (`!clock in `) +- percy watches when you go out (`!clock out`) +- percy sees you when you leave (watch for disconnect for some threshold period of time, eg, 5 minutes) + * should set clock out time to the time it saw you leave, not the time when + the threshold is up +- percy sends you an email if it notices an "outlier" time + * eg, if a time is more than `k` std devs from your normal time for a day, + percy should send you some notice. +- percy persists all this data independent of his process. So if percy crashes, + the data isn't lost. + +# CI linkup + +- percy happily reports new build statuses as they come in +- percy hollars when an error is detected. + +# Github linkup + +- ??? + +# Airbrake / live error linkup + +- ???