Merge pull request #1 from mschwerz/feature/random-except-last-assigned

Random Assignment Except the Last Assigned Assignment Mode
This commit is contained in:
Mohamad Tarbin 2024-09-26 21:27:13 -04:00 committed by GitHub
commit 181350b94b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,7 @@ const ASSIGN_STRATEGIES = [
'least_assigned', 'least_assigned',
'least_completed', 'least_completed',
'keep_last_assigned', 'keep_last_assigned',
'random_except_last_assigned'
] ]
const REPEAT_ON_TYPE = ['interval', 'days_of_the_week', 'day_of_the_month'] const REPEAT_ON_TYPE = ['interval', 'days_of_the_week', 'day_of_the_month']