Migrating Common lab module to OpenMRS org on Github

Hi @owais.hussain,

Great to read that your org is giving back this way. That’s the way to go! :slight_smile:

Would it be possible to

  1. Expand on the README so that it actually describes what the modules intends to achieve, example here.
  2. Is there any wiki doc elsewhere? If not then let’s expand even more on 1.
  3. There’s still target folders in both /api and /omod, I also I think it’s a lot better to maintain one .gitignore file at the top level when possible. You can find plenty of sample configs around, such as here for instance.
  4. Better also to add a code formatter, look here for one and here for a sample use at compile time that you should adapt to your needs (you can add .js files for example which wasn’t relevant to our module).

I have taken one of our modules as an example, we also intend to transfer it to the community in the near future.

1 Like