Skip to content

Customisable repetition intervals #17

@adekbadek

Description

@adekbadek

Right now the repetitions are hardcoded:

if todo.action == 'prepare_notes'
[10, 30, 60].each do |offset|
Todo.create(
user: user,
book: todo.book,
action: 'review',
due_date: Date.today + offset.days
)
end

It'd be nice if the user were able to change the number of repetitions and duration of intervals.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions