obfuscurity / tasseo

Live dashboard for Graphite
Other
1.53k stars 127 forks source link

Factor tasseo-js out of this repo #98

Open michalbachowski opened 9 years ago

michalbachowski commented 9 years ago

Hi,

Tasseo is great for my purposes of displaying available metrics. However I use only JavaScript part, without this additional Ruby stuff (I have my own webserver with build-in company-wide auth capabilities, etc). Also I need no auto discovery of dashboars and whatsoever.

I would be glad if you could split this repo into "tasseo-js" containing only JavaSciprt and CSS (+minimal index.html example) and "tasseo" that will contain all the remaining Ruby stuff.

Best regards

obfuscurity commented 9 years ago

And what about folks that don't want to run their own webserver?

michalbachowski commented 9 years ago

This repos still remains with fully functional Ruby web server with own auth.

eric commented 9 years ago

I too have taken the javascript portion of this and written my own server.

Do you think there's value in splitting them into separate repos or is it fine to just ignore the ruby parts?

obfuscurity commented 9 years ago

There's definitely value in having tasseo ripped out as its own repo/package. Organizationally I think it would make sense to rip the ruby bits out (e.g. tasseo-web) and leave the js bits here.