Collect start date and reminder state

Already fetch the start date and reminder state for issues immediately
and have them available in the struct Task.
This commit is contained in:
Rahix 2026-03-05 20:39:26 +01:00
parent 7dc6eb305d
commit 64d28bb868
7 changed files with 148 additions and 43 deletions

View file

@ -17,3 +17,4 @@ serde_json = "1.0.140"
tokio = { version = "1.45.0", features = ["full"] }
time = "0.3.41"
jiff = "0.2.22"
futures = "0.3.32"