Hello community
As part of quality assurance work , we need to make not only improving code base but also improving the system workflows , With that regards, we came to find out there are applications that are no longer used within the servers qa or demos by default and some apps are returning PAGE NOT FOUND 404 . so here are the suggestions we would love to hear from different implementations and how they are using them , The same thing with refapp.openmrs.org/openmrs/owa/SystemAdministration/index.html#/system-info
Do we still need these apps, Can we get rid of them
Manageschedules: For this app , it used to return [Taks view page from
Reports: The current report app from reporting ui is so returning an empty homePage, https://qa-refapp.openmrs.org/openmrs/reportingui/reportsapp/home.page . For this we would love to know how best can we improve it for its functionality such that we can also have it automated, else if we still nolonger use it from referenceapplication perspective rather use its part on legacy ui, we can get rid of it as well. Looking forward for your suggestions on these two use cases to improve our quality of the system cc @dkayiwa@ibacher@mseaton@mksd@grace@ssmusoke@kdaud
Hey @dkayiwa , i think it seems we are all good with getting rid of owa/systemadministration from the system. Will create a pull create for that, However we have an option of disabling it from manageExtensions https://qa-refapp.openmrs.org/openmrs/referenceapplication/manageExtensions.page which this still will remain to be available incase its enabled. Any suggestion of whether we can systematically disable it or, manually remove it from the system.
@sharif have you thought of ways of archiving these functionalities before we get rid of them? In case any of these functionality is re-needed in the future is there away we can retrieve them ?
The only way we can have them is using rest we service module or simple call their urls via refapp module, however still the easiest way was to have their configuration the way it was done. We nolonger support owa, that’s why we need to remove them since owa is not part of openmrs reference application. however we still waiting to hear from the community cc @dkayiwa@bistenes@mksd
Hello @dkayiwa , Requesting for clarifying here, Are we removing all the manage.form apps from that given url. It seem openconcept lab, metadata mapping , we still need them.
we could just make the default app configuration to display some of the basic reports generated by the reporting module by default. we could add one or two
@sharif A feature request for the Scheduler would be to add a “Run Now” button, even if its in the Legacy UI
We have a need for that nowadays due to Internet challenges our scheduled tasks to automatically submit data externally may not run as scheduled so need to be run manually when a connection has been made available
UPDATE: I remember @mozzy added the ability to run a task (using its name via Web Services REST), this same feature can be leveraged for the button so that it is just a link
@sharif what Steven is asking for is a simple button or link on the user interface to immediately run a task. He does not care whether the button/link ends up making a REST call or anything else. https://issues.openmrs.org/browse/LUI-157