ResourceUsagePerDay

Note:

In the Capacity Planning Application JDL Samples using a Composite Data Model, this entity relies on the following entities:

  • Resource

The ResourceUsagePerDay entity has the following attributes, detailing the daily usage of resources in terms of hours:

  • day - Integer: The specific day for which the resource usage is recorded.

  • numberOfHours - Integer: The number of hours the resource is used on the specified day.

  • resource.id - String: The unique identifier of the resource being used.

Here are some sample values it can contain:

Table 1. ResourceUsagePerDay Attributes
day numberOfHours resource.id
2024-11-13 8.0 RES001
2024-11-14 6.5 RES002
2024-11-15 7.0 RES003
2024-11-16 5.5 RES001