README
openIMIS Frontend Product reference module
This repository holds the files of the openIMIS Frontend Product reference module. It is dedicated to be deployed as a module of openimis-fe_js.
Main Menu Contributions
None
Other Contributions
None (Administration module providing menu entries to proxied pages for products)
Available Contribution Points
None
Published Components
product.ProductPicker, auto-suggestion picker that either (cacheProductsconfiguration) cache the prodiucts or debounce search based on user input (GraphQL:productsStr)
Dispatched Redux Actions
PRODUCT_PRODUCT_PICKER_{REQ|RESP|ERR}: loading products picker (either cache or ad hoc query)
Other Modules Listened Redux Actions
None
Configurations Options
cacheProducts: wherever products picker caches the products or notdebounceTime: if products picker is not configured to cache products, debounce time (ms) after which search is triggeredproductsMinCharLookup: if products picker is not configured to cache products, minimum number of characters before trigring the search. Default: 2ProductPicker.selectThreshold: product picker suggestions count threshold under which the AutoSuggestion switch to a SelectInut (drop down list), default: 10