open-rmf / rmf-web

Apache License 2.0
83 stars 39 forks source link

Configurable schedule event color based on task type #998

Closed aaronchongth closed 3 weeks ago

aaronchongth commented 4 weeks ago

What's new

This allows users to define a custom schedule event color based on task types

For example, changing app-config.json to

    ....
    {
      "taskDefinitionId": "delivery",
      "scheduleEventColor": "red"
    },
    ....

will yield,

image

Self-checks