-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add internal kernel API /api/riff/batchSetRiffCardsDueTime
#10423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@L-M-Sherlock 请教一下叶佬 |
从储存的结构来说会,目前我的思路是提前复习而非修改到期时间。 |
不会扰乱 |
发现自己看错了……@L-M-Sherlock 所以叶佬修改到期时间是直接改due么?我脑子想的是改Stability😂 |
/api/riff/batchSetRiffCardsDueTime
stability 只有复习评分后才会变化。 |
88250
added a commit
to siyuan-note/riff
that referenced
this issue
Feb 24, 2024
88250
added a commit
that referenced
this issue
Feb 24, 2024
{
"cardDues": [
{
"id": "20240118200836-wr0eg52",
"due": "20240224214400"
},
{
"id": "20240118200836-qsoo1fu",
"due": "20240224214412"
}
]
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In what scenarios do you need this feature?
请求新增API:设置闪卡到期时间
Describe the optimal solution
前端可能的调用方式:
batchSetRiffDate( [ {id ,date} ] : IBatchSetRiffDate[] )
这里我有一点疑惑,就是闪卡的到期时间有1分钟,5分钟,10分钟这样的,如果手动把这张闪卡的到期日设置为11分钟后,会扰乱FSRS算法对于这张卡的安排么?
Describe the candidate solution
No response
Other information
No response
The text was updated successfully, but these errors were encountered: