Skip to content

Bahmni/form-controls

Folders and files

NameName
Last commit message
Last commit date
Nov 26, 2024
Dec 1, 2016
Dec 10, 2024
Nov 22, 2018
Apr 22, 2024
Dec 10, 2024
Aug 24, 2016
Oct 12, 2016
Oct 18, 2017
Jan 12, 2017
Dec 9, 2022
Jun 5, 2023
Dec 14, 2016
Dec 10, 2024
Mar 9, 2017
Apr 25, 2024
Apr 25, 2024
Apr 2, 2020
Feb 17, 2017
Mar 9, 2017
Apr 2, 2020
Mar 14, 2024

Repository files navigation

Form Controls

This library provides a range of form controls that can be used to create customized forms within the Bahmni platform.

File naming conventions

  1. All components should be in Pascal Case (camel case starting with uppercase letter)
  2. Other files including styles should be in Camel Case starting with lowercase letter
  3. Test files should have the same name as the file followed by .spec.js

Setup Steps

  1. Install nvm
  2. Install node
  3. Install yarn - https://yarnpkg.com/en/docs/install

Build

  1. Install dependencies - yarn
  2. Build - yarn build
  3. Test - yarn test

SNOMED Integration Support

form-controls also integrates with SNOMED for terminology lookup as part of form configuration and generation. More details can be found in this Wiki link