feat(vocab): add dashboard learning summary and related endpoints
All checks were successful
Deploy to production / deploy (push) Successful in 2m52s
All checks were successful
Deploy to production / deploy (push) Successful in 2m52s
- Introduced `getDashboardLearningSummary` method in `VocabService` to provide a compact overview of enrolled courses and current lessons for users. - Updated `vocabController` to include a new route for the dashboard widget, allowing users to access their learning summary. - Enhanced `vocabRouter` to route requests for the new dashboard widget endpoint. - Added localization support for the new dashboard features across multiple languages, improving user engagement and accessibility. - Updated UI components to integrate the new dashboard widget, ensuring a seamless user experience.
This commit is contained in:
@@ -433,7 +433,28 @@
|
||||
"bookmarkCandidate": "Timan-i kining kandidatura",
|
||||
"voteError": "Sayop sa paghatag sa boto",
|
||||
"voteAllError": "Sayop sa paghatag sa mga boto",
|
||||
"applyError": "Dili mapadala ang aplikasyon."
|
||||
"applyError": "Dili mapadala ang aplikasyon.",
|
||||
"benefits": {
|
||||
"daily_salary": "Adlaw-adlaw nga suhol (usa ra kada adlaw): mga {amount}",
|
||||
"tax_exemption": "Wa’y buhis: {regions}",
|
||||
"tax_exemption_all": "Wa’y buhis: tanang lebel sa rehiyon",
|
||||
"generic": "Benepisyo ({code})"
|
||||
},
|
||||
"regionLevels": {
|
||||
"city": "Siyudad",
|
||||
"county": "County",
|
||||
"shire": "Shire",
|
||||
"markgrave": "Margravate",
|
||||
"duchy": "Duchy",
|
||||
"country": "Nasud"
|
||||
},
|
||||
"current": {
|
||||
"benefit": "Benepisyo",
|
||||
"benefit_all": "Tanang rehiyon",
|
||||
"holder": "Tag-iya",
|
||||
"none": "Walay karon nga posisyon.",
|
||||
"termEnds": "Matapos sa"
|
||||
}
|
||||
},
|
||||
"family": {
|
||||
"title": "Pamilya",
|
||||
|
||||
@@ -81,6 +81,16 @@
|
||||
},
|
||||
"falukant": {
|
||||
"emptyValue": "—"
|
||||
},
|
||||
"vocabCourses": {
|
||||
"empty": "Wala ka pa nakasulod sa bisan unsang kurso sa bokabularyo.",
|
||||
"browseCourses": "Tan-awa ang mga kurso",
|
||||
"unnamedCourse": "Kurso nga walay titulo",
|
||||
"lessonLine": "Leksyon #{number}: {title}",
|
||||
"noLessons": "Walay mga leksyon niini nga kurso.",
|
||||
"allDone": "Natapos na ang tanang leksyon",
|
||||
"openLesson": "Adto sa leksyon",
|
||||
"openCourse": "Ablihi ang kurso"
|
||||
}
|
||||
},
|
||||
"gender": {
|
||||
|
||||
@@ -23,7 +23,8 @@
|
||||
"news": "Balita",
|
||||
"birthdays": "Mga adlawng natawhan",
|
||||
"upcoming": "Umaabot nga mga appointment",
|
||||
"calendar": "Kalendaryo"
|
||||
"calendar": "Kalendaryo",
|
||||
"vocabCourses": "Mga kurso sa pinulongan"
|
||||
},
|
||||
"overview": {
|
||||
"activeWidgetsLabel": "Aktibong mga widget",
|
||||
|
||||
Reference in New Issue
Block a user