We can use the global configuration to define reward multiplier for matching the employee's preferred tags.
For example:
  • org level : 1 (e.g. ACME)
  • division: 100 (e.g. ACME Prague)
  • home store: 10_000 (e.g. ACME Prague A)
Employee
  • preferredTags: ACME, ACME Prague A
Whenever we match Employee & Shift tags, we add a reward.
It might be useful to be able to define the configuration on the employee level, since employees possibly have different preferences.