-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(feat)add translations to reports module #611
Conversation
cc @mozzy11 |
Thanks @jona42-ui . ie instead of |
thanks @mozzy11 |
|
you seem to be having a corrupted db . clean your docker db volumes and start afresh . its caused by a liquibase error |
This has persisted am not sure how to get over this. |
can we jump on a call |
sure |
can we do on meet? |
or we can schedule probably at a better time for you |
but I think you need to add me to the slack channel |
for better communication |
can you ping caesy on this thread |
can you also fix your merge conflicts ?? |
This reverts commit 1fc3394.
are you there ?? |
yes I am there @mozzy11 |
were you able to run the setup ?? |
can we have a quick call ?? |
Yes i did when I sent the other PR but now its the same case |
its now failing again |
cool on it. thanks
*Sent with Right Inbox <https://www.rightinbox.com/?utm_source=signature>*
…On Mon, Dec 4, 2023 at 4:33 PM Mutesasira Moses ***@***.***> wrote:
hello @jona42-ui <https://github.com/jona42-ui> , i fixed the error. just
pull the latest changes and try to run again
—
Reply to this email directly, view it on GitHub
<#611 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASXUNGVL27JWQGWYB6WZT5TYHXGJTAVCNFSM6AAAAAA7XSSXO2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZYGY2TGMJUG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
hello @mozzy11 the logs show same errror with; |
its up now. all oaky after spinning up fresh containers |
though this PR is ready for review |
am just looking into another component |
Sorry i need to make more clean ups here |
can you also attach the screen shots ?? |
@jona42-ui can you attach screen shots of both the pages you've added translations ?? |
ooh! okay though basically it was menu items |
are you able to run openelis succesully ?? |
yes its running successfully |
Alright , can you attach the screenshots of the translated pages ?? |
i ddnt get you comment above |
So, just to be sure am getting this well,, what is attached now above in the description is not what you expect? |
are those the updated screenshots that reflect your current changes ?? |
are you done with any cleanups you wanted to do ?? |
alright @mozzy11 just winding up, will make sure all is up to date |
Thanks |
Updated! |
@mozzy11 does this align your expectations? |
icon: IbmWatsonNaturalLanguageUnderstanding, | ||
SideNavMenuItem: [ | ||
{ | ||
link: | ||
config.serverBaseUrl + | ||
"/Report?type=indicator&report=activityReportByTest", | ||
label: "By Test Type", | ||
label: <FormattedMessage id="sideNav.label.bytesttype"/>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you just forget the english translation for this ??
@@ -179,6 +179,58 @@ | |||
"sidenav.label.admin.organizationmgt" : "Organization Management" , | |||
"sidenav.label.admin.usermgt" : "User Management", | |||
"sidenav.label.admin.labNumber" : "Lab Number Management", | |||
"sidenav.title.statusreport":"Patient Status Report", | |||
"sidenav.label.statusreport": "Patient Status Report", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should avoid duplication of texts. just use a single text code for a similar text
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my bad!
Thanks @mozzy11
Objective
Add translations to report module
Screens