toscawidgets / tw2.core

The core functionality for ToscaWidgets2, a web widget toolkit for Python to aid in the creation, packaging and distribution of common view elements normally used in the web.
tw2core.rtfd.org
Other
22 stars 15 forks source link

To do and idea list for the sprint #86

Open moschlar opened 11 years ago

moschlar commented 11 years ago

There is a hacking sprint on ToscaWidgets 2 scheduled for June 6th through June 8thAugust 26th through 28th.

This issue shall be used to collect ideas for features/goals that should be considered to be done during the sprint.

Reported by @moschlar:

Reported by @amol-:

Reported by @ralphbean:

amol- commented 11 years ago

I'm also heavily interested in resources injection for ajax loaded partials containing TW2 widgets, it has been one of my core issues on any medium/big website with performance requirements:

ralphbean commented 11 years ago

I'm interested in closing (competently) as many tickets as possible, but I'd especially like to:

csmall commented 11 years ago

I can probably help with the rrd stuff with some assistance. I use rrdtool a lot (but I use rrdtool not PyRRD which, uses rrdtool anyhow). I'm keen to move from the standard piping 'rrdtool graph' image which I do now to using tw2.rrd but its not there yet for non-trivial graphs.

Another suggestion, make jqGrid events work (or document them if they do already).

csmall commented 11 years ago

Also, should the protovis graphs be changed over to use d3? protovis is no longer being developed.

ralphbean commented 11 years ago

Just an update, @moschlar and I decided to postpone the sprint until the end of August.

moschlar commented 11 years ago

Now gentlepeople, the time is now, the place is, erm, everywhere, so let's get going! :D

ralphbean commented 11 years ago

Hooray!

ralphbean commented 11 years ago

Also, should the protovis graphs be changed over to use d3? protovis is no longer being developed.

Hey @csmall, it should be switched over.. but someone just has to make the time to do it. :) There is already a tw2.d3 package, it just needs to be fleshed out with more widgets. I'd be glad to give you commit access if you'd like to push directly to it.

csmall commented 11 years ago

On Mon, Aug 26, 2013 at 07:30:34AM -0700, Ralph Bean wrote:

Hey @csmall, it should be switched over.. but someone just has to make the time to do it. :) There is already a tw2.d3 package, it just needs to be fleshed out with more widgets. I'd be glad to give you commit access if you'd like to push directly to it. I'll have a look at it and see if there is something I can do there.