Uploaded image for project: 'JS - JS7 JobScheduler Engine'
  1. JS - JS7 JobScheduler Engine
  2. JS-2203

Add month range to Admission Time Scheme of Job Instruction and Cycle Instruction

    XMLWordPrintable

Details

    Description

      Current Situation

      • The job's AdmissionTimeScheme know of periods such as WeekdayPeriod, MonthlyDatePeriod, MonthlyLastWeekdayPeriod etc.

      Desired Behavior

      • Users would like to further limit admission times by month range.
        • The given periods in the AdmissionTimeScheme should be applied to certain months only.
        • For example to apply different periods to the month range of April to June and to November of each year:
          "admissionTimeScheme": {
            "restrictedSchemes": [
              {
                "restriction": {
                   "TYPE": "MonthRestriction",
                   "months": [4, 5, 6]
                },
                "periods": [...]
              }, {
                "restriction": {
                   "TYPE": "MonthRestriction",
                   "months": [11]
                },
                "periods": [...]
              }
            ]
          }
          

      Attachments

        Issue Links

          Activity

            People

              jz Joacim Zschimmer
              ap Andreas Püschel
              Oliver Haufe Oliver Haufe
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: