Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  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": {
                  "months": [ 
                    {
                      "range": [ 4, 5, 6 ],
                      "periods": [ {...} ]
                    },
                    {
                      "range": [ 11 ],
                      "periods": [ {...} ]
                    }
                  ]
          }
          

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: