Feat(Fortune): Support multiple event in same day #61
Reference in New Issue
Block a user
Delete Branch "feat/multiple-event"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Please change the JSON file to adopt this feature.
@@ -277,6 +277,12 @@ def check_static_date(event: dict, idx: int):idx, trigger_date["date"], 1, DAYSPERMONTH[month], "triggerDate.date"Extra quotation marks (") around the f-string are redundant and unnecessary.
@@ -309,6 +315,12 @@ def check_cyclical_date(event: dict, idx: int):validate_number(idx, trigger_date["week"], 1, 5, "triggerDate.week")Extra quotation marks (") around the f-string are redundant and unnecessary.
@@ -357,11 +369,11 @@ def check_custom_date(event: dict, idx: int):if date is None:Extra quotation marks (
") around the f-string are redundant and unnecessary.You did not complete this comment from the last review in this updated submission.
The JSON file does not need to change since there are no mulitple events.
If we want to add multiple events, it should not be included in this PR