--On Tuesday, March 28, 2006 8:26 AM -1000 Aaron Kagawa <[EMAIL PROTECTED]>
wrote:
My concern was that I have a nice telemetry trend going for FileMetric data by
using
LOCC. I didn't want to disturb that trend when I start to send SCLC data.
The basic question is how do I get access to a Hackystat data with specific
attributes.
Hi Aaron,
Well, there seem to be several options:
(a) modify the existing public functions (dailyprojectdata and reducers) to support what
you want.
(b) you can develop a custom module with your own versions of dailyprojectdata and
reducers to support what you want.
(c) you can check out your source code into a new directory as well as the current
directory, and run SCLC over the code in the new directory. That way you can define a
new project with its own workspace that does not overlap with the current project, and
get distinct LOCC and SCLC counts.
Given your situation, it seems to me like (c) is the easiest and most appropriate
alternative, because it seems like your situation is "transitional".
I am a bit reticent about (a) at this point, since I'm not sure of its widespread
utility. If (c) satisfies your immediate needs, maybe start with that and we can revisit
(a) if we discover additional situations in which it would be useful.
Cheers,
Philip
p.s. I am cc'ing this to hackystat-users-l. They can find the entire thread in
<http://www.mail-archive.com/[email protected]/msg02041.html>.