Added a chore period type "yearly" (closes #407)

This commit is contained in:
Bernd Bestel
2019-10-04 11:24:51 +02:00
parent 28b23fd313
commit ba6bfa6a2c
7 changed files with 19 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ class ChoresService extends BaseService
const CHORE_PERIOD_TYPE_DAILY = 'daily';
const CHORE_PERIOD_TYPE_WEEKLY = 'weekly';
const CHORE_PERIOD_TYPE_MONTHLY = 'monthly';
const CHORE_PERIOD_TYPE_YEARLY = 'yearly';
const CHORE_ASSIGNMENT_TYPE_NO_ASSIGNMENT = 'no-assignment';
const CHORE_ASSIGNMENT_TYPE_WHO_LEAST_DID_FIRST = 'who-least-did-first';