pub async fn update_exercise_progress(
    conn: &mut PgConnection,
    id: Uuid,
    reviewing_stage: ReviewingStage
) -> ModelResult<UserExerciseState>
Expand description

TODO: should be removed