MED-137: add doctor other jobs view (#55)

* add doctor jobs view

* change translation

* another translation change

* clean up

* add analaysis detail view to paths config

* translation

* merge fix

* fix path

* move components to shared

* refactor

* imports

* clean up
This commit is contained in:
Helena
2025-08-25 11:12:57 +03:00
committed by GitHub
parent ee86bb8829
commit 195af1db3d
156 changed files with 2823 additions and 364 deletions

View File

@@ -110,5 +110,10 @@
"reject": "Reject",
"accept": "Accept"
},
"doctor": "Doctor"
"doctor": "Doctor",
"save": "Save",
"saveAsDraft": "Save as draft",
"confirm": "Confirm",
"previous": "Previous",
"next": "Next"
}

View File

@@ -0,0 +1,43 @@
{
"sidebar": {
"dashboard": "Overview",
"openReviews": "Open jobs",
"myReviews": "My jobs",
"completedReviews": "Completed jobs"
},
"openReviews": "Open jobs",
"myReviews": "My jobs",
"completedReviews": "Completed jobs",
"otherReviews": "Other jobs",
"resultsTable": {
"patientName": "Patient name",
"serviceName": "Service",
"orderNr": "Order number",
"time": "Time",
"assignedTo": "Doctor",
"resultsStatus": "Analysis results",
"waitingForNr": "Waiting for {{nr}}",
"responsesReceived": "Results complete"
},
"otherPatients": "Other patients",
"analyses": "Analyses",
"open": "Open",
"name": "Name",
"personalCode": "Personal code",
"dobAndAge": "Date of birth and age",
"bmi": "Body mass index",
"smoking": "Smoking",
"phone": "Phone",
"email": "Email",
"results": "Analysis results",
"feedback": "Feedback",
"selectJob": "Select",
"unselectJob": "Deselect",
"confirmFeedbackModal": {
"title": "Confirm publishing feedback",
"description": "When confirmed, the feedback will be published to the patient."
},
"updateFeedbackSuccess": "Feedback updated",
"updateFeedbackLoading": "Updating feedback...",
"updateFeedbackError": "Failed to update feedback"
}

View File

@@ -45,8 +45,8 @@
"continue": "Continue",
"skip": "Skip",
"signedInAs": "Signed in as",
"pageOfPages": "Page {{page}} of {{total}}",
"noData": "No data available",
"pageOfPages": "Leht {{page}} / {{total}}",
"noData": "Andmed puuduvad",
"pageNotFoundHeading": "Ouch! :|",
"errorPageHeading": "Ouch! :|",
"notifications": "Notifications",
@@ -128,5 +128,10 @@
"balance": "Sinu MedReporti konto seis",
"expiredAt": "Kehtiv kuni {{expiredAt}}"
},
"doctor": "Arst"
}
"doctor": "Arst",
"save": "Salvesta",
"saveAsDraft": "Salvesta mustandina",
"confirm": "Kinnita",
"previous": "Eelmine",
"next": "Järgmine"
}

View File

@@ -0,0 +1,43 @@
{
"sidebar": {
"dashboard": "Ülevaade",
"openReviews": "Vabad tööd",
"myReviews": "Minu tööd",
"completedReviews": "Tehtud tööd"
},
"openReviews": "Vabad tööd",
"myReviews": "Minu tööd",
"completedReviews": "Tehtud tööd",
"otherReviews": "Muud tööd",
"resultsTable": {
"patientName": "Patsiendi nimi",
"serviceName": "Teenus",
"orderNr": "Tellimuse number",
"time": "Proov antud",
"assignedTo": "Arst",
"resultsStatus": "Analüüsitulemused",
"waitingForNr": "Ootel {{nr}}",
"responsesReceived": "Tulemused koos"
},
"otherPatients": "Muud patsiendid",
"analyses": "Analüüsid",
"open": "Ava",
"name": "Nimi",
"personalCode": "Isikukood",
"dobAndAge": "Sünniaeg ja vanus",
"bmi": "Kehamassiindeks",
"smoking": "Suitsetamine",
"phone": "Telefon",
"email": "E-mail",
"results": "Analüüside tulemused",
"feedback": "Tagasiside",
"selectJob": "Vali",
"unselectJob": "Loobu",
"confirmFeedbackModal": {
"title": "Kinnita tagasiside avaldamine",
"description": "Tagasiside kinnitamisel avaldatakse see patsiendile."
},
"updateFeedbackSuccess": "Tagasiside uuendatud",
"updateFeedbackLoading": "Tagasiside uuendatakse...",
"updateFeedbackError": "Tagasiside uuendamine ebaõnnestus"
}

View File

@@ -108,5 +108,10 @@
"reject": "Reject",
"accept": "Accept"
},
"doctor": "Doctor"
"doctor": "Doctor",
"save": "Save",
"saveAsDraft": "Save as draft",
"confirm": "Confirm",
"previous": "Previous",
"next": "Next"
}

View File

@@ -0,0 +1,43 @@
{
"sidebar": {
"dashboard": "Overview",
"openReviews": "Open jobs",
"myReviews": "My jobs",
"completedReviews": "Completed jobs"
},
"openReviews": "Open jobs",
"myReviews": "My jobs",
"completedReviews": "Completed jobs",
"otherReviews": "Other jobs",
"resultsTable": {
"patientName": "Patient name",
"serviceName": "Service",
"orderNr": "Order number",
"time": "Time",
"assignedTo": "Doctor",
"resultsStatus": "Analysis results",
"waitingForNr": "Waiting for {{nr}}",
"responsesReceived": "Results complete"
},
"otherPatients": "Other patients",
"analyses": "Analyses",
"open": "Open",
"name": "Name",
"personalCode": "Personal code",
"dobAndAge": "Date of birth and age",
"bmi": "Body mass index",
"smoking": "Smoking",
"phone": "Phone",
"email": "Email",
"results": "Analysis results",
"feedback": "Feedback",
"selectJob": "Select",
"unselectJob": "Deselect",
"confirmFeedbackModal": {
"title": "Confirm publishing feedback",
"description": "When confirmed, the feedback will be published to the patient."
},
"updateFeedbackSuccess": "Feedback updated",
"updateFeedbackLoading": "Updating feedback...",
"updateFeedbackError": "Failed to update feedback"
}