Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To create a custom property/component for Forms 2.0 , you would need to clone the following two Bahmni repos:


As seen above, the two repos represent two distinct parts of Forms 2.0. The implementer interface represents the Form Builder part of Forms 2.0, though compiling the Implementer Interface requires the Form Controls as a input.

Image Removed

The Form Builder

The .

  • Form Controls is the repo where the controls that would be put in a "form" are written. 
  • Form builder - part of Implementer's interface module, represents the "builder" aspect of the Forms 2.0. Form builder needs to know about the controls



Form Builder

Form Controls represents the actual components to be rendered in the Form Builder and the actual Observation Forms.

Image Added











Image Removed











Designer Controls in Form Builder  Control, in Form Builder these control specific designer control assist to define the design time properties and behaviour for a specific control.                                                                                                                                                                                       Components

Components in an Observation Form

Image Added












For the actual development , you would only need to focus on the Form-controls repo.

...