add proof of concept for patterns

This commit is contained in:
2026-02-04 17:30:46 +01:00
parent 1a6d05c05f
commit 44616be8f6
4 changed files with 118 additions and 62 deletions

View File

@@ -16,8 +16,12 @@
- [ ] Test 2
- [ ] Test 3
# 2026-02-03
# 2026-02-04
- [ ] Rechnung Gertrudenhof
- [ ] Rechnung an lustige Leute
- [ ] Cornelius hauen
- [ ] Rechnung STG
- [ ] Test 2
- [ ] Test 3

View File

@@ -3,9 +3,17 @@
name: "Rechnung Gertrudenhof",
pattern: Monthly(dom: 1),
),
(
name: "Rechnung an lustige Leute",
pattern: Monthly(dom: 4),
),
(
name: "Cornelius hauen",
pattern: Daily,
),
(
name: "Rechnung STG",
pattern: MonthlyOpt(dom: 1, months: [February, May, August, November]),
pattern: MonthlyOpt(dom: 1, months: ["February", "May", "August", "November"]),
),
(
name: "Kalender durchlesen",