Request new features or modifications


Post by wispoz »

Hello, what you think about give more controll where data calculates:
Example:
in ResourceHistogram calculates all tasks in Store, but if i what exclude some tasks (example, task is done), same in ResourceUtilization.
Or give some option to filter store in this Panels, use some ChainedStore or some.

Post by mats »

Could you please provide an example of the scenario you have? You want to use filtering of the task store, and it's showing you the wrong data in the Resource Histogram? Please provide more details.

Post by wispoz »

Hello,
for example in this example
https://www.bryntum.com/examples/gantt-l ... histogram/
i whant to filter some tasks (like task is Done) or by Name:
Ext.ComponentQuery.query("ganttpanel")[0].getStore().filterTreeBy({
    filter          : function (node) { if(node.get('Name') == "Investigate") {return node} },
    checkParents    : true
})
but ResourceHistogram dont redraw utilization. This need to know show match tasks left undone, and how they will affect on the Resources.

same https://www.bryntum.com/examples/gantt-l ... resources/

Post by wispoz »

ping pong )

Post by Maxim Gorkovsky »

Hello.
I created a feature request: https://app.assembla.com/spaces/bryntum/tickets/4186
This feature is not in our short list, so I cannot inform you when we will start with this. Subscribe to ticket and you will receive updates. If you want to prioritize this feature, please contact sales at bryntum.com for a quote.

Post by wispoz »

Maxim Gorkovsky wrote:Hello.
I created a feature request: https://app.assembla.com/spaces/bryntum/tickets/4186
This feature is not in our short list, so I cannot inform you when we will start with this. Subscribe to ticket and you will receive updates. If you want to prioritize this feature, please contact sales at bryntum.com for a quote.
Thank you!
Its possible use chainedStore on ResourceUtilization, can you give me some direction for my research before you implement this feature?

Post Reply