feat(vocab): enhance lesson progress tracking and review scheduling
All checks were successful
Deploy to production / deploy (push) Successful in 2m48s
All checks were successful
Deploy to production / deploy (push) Successful in 2m48s
- Updated VocabService to include lessonId and lessonNumber in progress data, improving tracking accuracy. - Modified getLessonProgress and lastProgressTouch methods to accept lesson parameters, enhancing flexibility in progress retrieval. - Implemented formatReviewBadgeSchedule method to manage review scheduling notifications, providing clearer user feedback. - Updated VocabCourseView to reflect changes in lesson progress handling, ensuring accurate display of review statuses and due dates. - Expanded localization for review scheduling messages across multiple languages, enhancing user experience.
This commit is contained in:
@@ -694,6 +694,10 @@
|
||||
"reviewDueToday": "vence hoy",
|
||||
"reviewDueSinceOneDay": "vence desde hace 1 día",
|
||||
"reviewDueSinceDays": "vence desde hace {count} días",
|
||||
"reviewBadgeScheduleTomorrow": "siguiente ola mañana",
|
||||
"reviewBadgeScheduleInDays": "siguiente ola en {count} días",
|
||||
"reviewBadgeScheduleToday": "ola prevista hoy",
|
||||
"reviewBadgeScheduleOverdue": "ola atrasada ({count} días)",
|
||||
"reviewStageDay1": "Día 1",
|
||||
"reviewStageDay3": "Día 3",
|
||||
"reviewStageDay7": "Día 7",
|
||||
|
||||
Reference in New Issue
Block a user