Our pure JavaScript Scheduler component


Post by akhil.oct15 »

Hi Bryntum Support Team,

We are using licensed version of the Bryntum scheduler control (6.0.10) and is trying to achieve below requirements with representation as show in the snapshot. Would appreciate if you can help provide your guidance on how we can achieve this.

Requirements :

  1. Add 2 rows at the top. There can be more in the future based on system need.
  2. Make them stick at the top so that scrolling down the page won’t make them disappear from the screen
  3. Both these rows should be in the context of the days or hours of the current schedule
  4. How can we add support for multiple time zones and refresh the board instantaneously?
  5. Customized sorting based on the calendar states , in our case these are Working hours, Non-working hours, Time Offs & breaks
  6. On click of the resource name, we should be able to navigate to different page or open an IFrame ?
  7. Allow user to change the color coding of the events and the cell and save this configuration as their preference. We don’t want to create new table/schema to store this configuration.
Snapshot.png
Snapshot.png (18.11 KiB) Viewed 400 times

Thanks
Akhil


Post by mats »

I noticed you have an ongoing trial for our modern Scheduler version. Are you considering upgrading?

Also, for the forum, please only include one question per thread.

1. Add 2 rows at the top. There can be more in the future based on system need.
Make them stick at the top so that scrolling down the page won’t make them disappear from the screen
Both these rows should be in the context of the days or hours of the current schedule

We have opened this feature request to look into it:
https://github.com/bryntum/support/issues/4831

How can we add support for multiple time zones and refresh the board instantaneously?

We have this feature request open which we hope to start soon. https://github.com/bryntum/support/issues/1407

Customized sorting based on the calendar states , in our case these are Working hours, Non-working hours, Time Offs & breaks

Please start a new thread with this question and include more details, describing how it should function / appear.

On click of the resource name, we should be able to navigate to different page or open an IFrame ?

Use a column https://bryntum.com/docs/scheduler/api/Grid/column/Column#config-renderer and wrap the name in an A tag pointing to your target page.

Allow user to change the color coding of the events and the cell and save this configuration as their preference. We don’t want to create new table/schema to store this configuration.

You can configure https://bryntum.com/docs/scheduler/api/Scheduler/model/mixin/EventModelMixin#field-eventColor on the eventModel, the resourceModel or the Scheduler as a whole.


Post Reply