General
Welcome to the vote driven support forum. Please submit your ideas for new feature requests. Please only use this to request new features, not to submit bug reports.
To receive email notifications when items are updated you need to register.
Thanks for contributing! :)
/Mats
-
16 votes
-
automatic resource scheduling/leveling
i would love to have a possibility to reschedule my resources or level them automaticly. so you can just reorder a bit of the tasks and let the component do the rest.
its a feature, that is hardly to find in common project management tools and everybody wants to have it
15 votes -
14 votes
-
12 votesunder review ·
AdminMats Bryntse
(Admin, Ext Scheduler) responded
Gantt 1.3
-
10 votes
-
5 votes
-
Have tooltip use renderer
As it stands now the tooltip has access the original record data. However I think it is meaningful for it to use a renderer like the grid. This is particularly so when you are displaying dates differently than they are stored (as I am).
3 votesunder review ·
AdminMats Bryntse
(Admin, Ext Scheduler) responded
Sounds like it makes sense!
/M
-
allow for "inclusive/exclusive" of end date
There are two ways to interpret date ranges when dealing with day level gantts. (though I suppose this will work for any schedule that is using a uniform unit of time)
If you have a date range as follows:
Start: 12/14/09
End: 12/14/09One way to interpret this is to say that the event is zero days long or to exclude the end date/day from the range. That is currently the way your scheduler works. Because times are not specified they default to the same time and the scheduler thinks the event has no length.
A second way to interpret… more
3 votes -
let users expand to a node in the hierarchy by the level as desired - as in microsoft project plan
Incorporate a Microsoft Project Plan feature
3 votes -
3 votes
AdminMats Bryntse
(Admin, Ext Scheduler) responded
If I understand you correctly, you’d like all events to be transparent and without borders? we only style the events, the rest is default Ext grid styling…
-
Add "ghost" sub tasks
http://bryntum.com/examples/2.0alpha/scheduler-latest/examples/tree/tree.html
This is not a bug but would be nice to see "ghost" regions on the parent where there are sub tasks sort of like the hammocks in the gantt. Otherwise the only way to determine if something is scheduled is to expand all the nodes.
3 votesunder review ·
AdminMats Bryntse
(Admin, Ext Scheduler) responded
I doubt this will be a trivial thing to implement. Have you got any screenshots or mockups showing how you’d like it to look?
-
Implement slack/float calculations
The ability to show each task's float would be a good feature to have with the critical path
2 votesunder review ·
AdminMats Bryntse
(Admin, Ext Scheduler) responded
Great idea!
-
more then one timebar (task) by row, simulating a project with several phases
more then one timebar (task) by row (project phases, resources assignments phases)
1 vote -
Add ability to fix the width of left panel so it shows up with a horizontal scroll bar
Add ability to fix the width of left panel so it shows up with a horizontal scroll bar. Currently if I add too many columns, the space for Gantt chart becomes lesser and lesser.
1 votestarted ·
AdminMats Bryntse
(Admin, Ext Scheduler) responded
2.1
-
Export/Import scheduler to google spreadsheets
Import/Export the scheduler data to google spreadsheets
1 vote -
Add auto adjustment of predecessor task if a sucessor task changed
If a task has a dependency task (successor), it has ability to auto adjustment if its successor changed
1 voteunder review ·
AdminMats Bryntse
(Admin, Ext Scheduler) responded
This is already supported by using cascadeChanges = true in the config object. Have you tried this?
-
Implement remoteSort, remoteFilter and load for TaskStore to enable complex server-side sorting
Implement remoteSort, remoteFilter and load for TaskStore to enable complex server-side sorting. These already exist for Store though not for TreeStore. In some cases this saves a vast amount of javascript code when it's not a problem to reload the store.
1 vote -
What about RTL suppot, does your product support RTL ?
RTL is used among 100s of milloins of people. If you would support RTL it will be great.
1 voteplanned ·
AdminMats Bryntse
(Admin, Ext Scheduler) responded
We’ll start looking at this as soon as Ext 4 adds support for this. Likely in Ext Scheduler 2.1.
-
Implement a websocket handler to allow push update to the TreeStore for real-time updates
Ext JS doesn't seem to come with one, but it's trivial to make. Having the choice of connecting a Proxy to a server over a websocket would be very nice. This will allow server-side push updates to for real-time display. Several functions to update the Task/Resource/..Store would need to be implemented to. This could be combined with an implementation of remoteSort/Filter that request the sorting/filtering through the existing websocket.
In case you don't want to get hung up on websocket support it would still be very helpful to have these helper functions so that users can choose socket.io or whatever,… more1 vote