Unable to import CareSetting class

Hi,

I am working on REPORT-804. Inorder to support the CareSetting careSetting parameter, I believe I’ll need to use the CareSetting class. In this raised PR, the version had been changed to 1.10 for this reason but I notice @mseaton advised against it and recommended “locating all of this in a new reporting-1.10 module”. I dont quite understand what he meant by that. Any ideas on what it means or how I can do it?

I’ve created a PR for the work done so far: https://github.com/openmrs/openmrs-module-reporting/pull/160

cc: @dkayiwa

What Michael recommended is the approach we use to support multiple platform versions in a module. Because you are new in this area, just go ahead and use version 1.10 for now. After all is working well with this version, i will then guide you on how to add the new sub module that Michael recommended.

Does this make sense? :slight_smile:

It does. Thank you @dkayiwa