Update ChoreFrequency enum: replace adhoc with on_trigger
This commit is contained in:
@@ -7,11 +7,11 @@ import enum
|
|||||||
|
|
||||||
class ChoreFrequency(str, enum.Enum):
|
class ChoreFrequency(str, enum.Enum):
|
||||||
"""Chore frequency options."""
|
"""Chore frequency options."""
|
||||||
|
ON_TRIGGER = "on_trigger"
|
||||||
DAILY = "daily"
|
DAILY = "daily"
|
||||||
WEEKLY = "weekly"
|
WEEKLY = "weekly"
|
||||||
FORTNIGHTLY = "fortnightly"
|
FORTNIGHTLY = "fortnightly"
|
||||||
MONTHLY = "monthly"
|
MONTHLY = "monthly"
|
||||||
ADHOC = "adhoc"
|
|
||||||
|
|
||||||
class ChoreStatus(str, enum.Enum):
|
class ChoreStatus(str, enum.Enum):
|
||||||
"""Chore status options."""
|
"""Chore status options."""
|
||||||
|
|||||||
Reference in New Issue
Block a user