Added new hourly chore period type (closes #266)

This commit is contained in:
Bernd Bestel
2022-02-09 20:02:11 +01:00
parent c9a2041fae
commit 10d7d44825
8 changed files with 92 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ class ChoresService extends BaseService
const CHORE_ASSIGNMENT_TYPE_WHO_LEAST_DID_FIRST = 'who-least-did-first';
const CHORE_PERIOD_TYPE_HOURLY = 'hourly';
const CHORE_PERIOD_TYPE_DAILY = 'daily';
const CHORE_PERIOD_TYPE_DYNAMIC_REGULAR = 'dynamic-regular';