Skip to content
Alberto Moreta edited this page Sep 12, 2017 · 9 revisions

Welcome to the Dr.Handy wiki!

Here you will find all the information needed for contributing.

Branch Structure


Markdownify

  • shared-dev: This branch holds the shared code regarding the general part of the app. That means it would not have any code from a specific health module.
  • shared-{module shortname}: Branches whose name follows this structure contains all the shared code regarding the specific health module indicated by the shortname.
  • {platform name}-healthmodules: These branches contains all the specific code for the indicated platform, but does not contain code from any specific module. For example, the branch android-healthmodules contains all the code specific for Android that will be shared for all the health modules in the app.
  • {platform name}-{module shortname}: Branches with this name structure will contain all the specific code for the platform indicated in the name referring to the specific health module indicated in the name.
  • {platform name}-dev: These branches contain the final app result for the platform indicated in the name. For example, the branch android-dev contains the complete app for Android devices, and the branch ios-dev contains the complete app for iOS devices.

To learn how to create new health modules for Android go to the next page.

Clone this wiki locally