@openimis/fe-individual
v1.1.0
Published
openIMIS Frontend Individual module
Downloads
109
Keywords
Readme
openIMIS Frontend Individual module
This repository holds the files of the openIMIS Frontend Individual module. It is dedicated to be bootstrap development of openimis-fe_js modules, providing an empty (yet deployable) module.
Please refer to openimis-fe_js to see how to build and and deploy (in developement or server mode).
The module is built with rollup.
In development mode, you can use npm link
and npm start
to continuously scan for changes and automatically update your development server.
Main Menu Contributions
Beneficiares and Households (individual.mainMenu translation key)
Individuals (individual.menu.individuals key), displayed if user has the right
159001
Groups (individual.menu.groups key), displayed if user has the right159001
Other Contributions
core.Router
: registeringindividuals
,individual
, routes in openIMIS client-side router
Available Contribution Points
individual.TabPanel.label
, labels for tab panels displaying Individualsindividual.TabPanel.panel
, panels for tab panels displaying Individuals
Dispatched Redux Actions
INDIVIDUAL_MUTATION_{REQ|ERR}
, sending a mutationINDIVIDUAL_DELETE_INDIVIDUAL_RESP
receiving a result of delete Individual mutationINDIVIDUAL_UPDATE_INDIVIDUAL_RESP
receiving a result of update Individual mutationGROUP_DELETE_GROUP_RESP
receiving a result of delete Group mutationGROUP_UPDATE_GROUP_RESP
receiving a result of update Group mutationGROUP_INDIVIDUAL_DELETE_GROUP_INDIVIDUAL_RESP
receiving a result of delete GroupIndividual mutationGROUP_INDIVIDUAL_UPDATE_GROUP_INDIVIDUAL_RESP
receiving a result of update GroupIndividual mutationINDIVIDUAL_INDIVIDUALS_{REQ|RESP|ERR}
fetching Individuals (as triggered by the searcher)INDIVIDUAL_INDIVIDUAL_{REQ|RESP|ERR}
fetching chosen IndividualGROUP_GROUPS_{REQ|RESP|ERR}
fetching Groups (as triggered by th searcher)GROUP_GROUP_{REQ|RESP|ERR}
fetching chosen GroupGROUP_INDIVIDUAL_GROUP_INDIVIDUALS_{REQ|RESP|ERR}
fetching GroupIndividuals (as triggered by th searcher)INDIVIDUAL_EXPORT_{REQ|RESP|ERR}
export of IndividualsGROUP_EXPORT_{REQ|RESP|ERR}
export of GroupsGROUP_INDIVIDUAL_EXPORT_{REQ|RESP|ERR}
export of GroupIndividuals
Other Modules Listened Redux Actions
None
Other Modules Redux State Bindings
state.core.user
, to access user info (rights,...)
Configurations Options
None