GSoC 2018 - Improved Built-In Reports module

@ridmal @sumangala28 A gentle reminder that the GSoC application period closes later today. I see that you’ve both shared draft proposals but have not submitted final copies on the GSoC site. Please take note that final proposals must be submitted in PDF format on the GSoC site by March 27 16:00 UTC.

4 Likes

Thank you for your kindly remainder @danfuterman. I have uploaded the final proposal to the GSoC site.

1 Like

Thank You @danfuterman. I also uploaded my final proposal to the GSOC site.

Built-in reports module is configured with some report UUIDs to fetch the data through the REST services. But those required UUID for the reports are configured inside the JSX files. See the below links,

  1. https://github.com/JudeNiroshan/openmrs-owa-built-in-reports/blob/master/app/js/components/reports/ListOfUsers/ListOfUsers.jsx#L25
  2. https://github.com/JudeNiroshan/openmrs-owa-built-in-reports/blob/master/app/js/components/reports/ListOfProviders/ListOfProviders.jsx#L24

It can be moved to a common configuration file or JSON file to reduce the static configurations inside the module. @judeniroshan Any suggestions on this?