[Teammetrics-discuss] First Commit :)

Sukhbir Singh sukhbir.in at gmail.com
Sun May 27 12:25:16 UTC 2012


Hi Vipin,

> I have created a new branch called 'web' and pushed some commits to
> it. So far I have bootstraped a django project, cherry-picked Enrico's
> default Debian layout, created a sample config file to link the
> metrics as Sukhbir had suggested and wrote a small function to return
> appropriate values after reading from the config file. No tests yet :(
> but I'll add them soon. Please give your comments.

I was wondering, that you should try to get this running on
blends.d.n. with Andreas' help. Because the way this project is, it
will be good if we can see a live version of it when you are ready
with some code. So you push some code, update it on blends and we can
see a demo of the changes. What do you think?

`web / lib / metrics.py':

  22: mlist = cp.get(metricname,listname).split(' ')

Use a comma here as delimiter instead of a space and make the
appropriate change in the config file also.

 `web / config / metrics.conf' should be:

   6: list = samplelist1, samplelist2, samplelist3

This is just because we use a comma everywhere else within the project
so let's standardize it :)

-- 
Sukhbir



More information about the Teammetrics-discuss mailing list