ankidroid / ankidroid/Anki-Android
[API] Expose collection scheduling metadata needed to interpret card due dates
未关闭
API
- 主要语言
- Kotlin
- 星标
- 11.8k
- 派生
- 2.9k
- 平均合并
- 2 天 3 小时
- 30 天内合并 PR
- 171
描述
# Problem
The cards API exposes `RAW_DUE`. For review cards, this is a collection scheduler day number, not a calendar date or Unix timestamp.
External API consumers cannot reliably convert review-card `RAW_DUE` into a concrete calendar date without collection scheduling metadata, such as the collection creation time and day cutoff.
## Proposed follow-up
Expose the collection scheduling metadata needed to interpret review-card due values through the API/content provider
Related comment - https://github.com/ankidroid/Anki-Android/pull/20675#discussion_r3105017577
贡献指南
评估
这个 Issue 还没有评估数据。