#TODO
generic system enables employees to generate the records for Adhoc services so that the payment can be recorded into the system along with service-specific details.
- TBD
- egov-mdms-service
- egov-localization
- egov-idgen
- egov-user
- egov-workflow
Link to the swagger API contract yaml and editor link like below
generic service can be used in any context
generic service provides the capability of capturing the unique identifier of the entity for which the record is generated. Workflow or Service-specific workflow can be enabled at the record service level at any time without changing the design.
_create : This API is used to create an generic for the adhoc service in the system. Whenever an generic is created a generic number is generated and assigned to the generic for future reference.
_search : This API is used to search the generic in the system based on various search parameters like mobile number, generic number etc.
_update : This API is used to update / cancel the generic present in the system.
_count : This API is used to get count of record's present in the system.
All the details and configurations on the services are explained in the document #TODO
update-application : generic consumer listens to this topic to get the updated data
save-application : generic consumer listens to this topic to get the generic data
save-application : generic-services sends data to this topic to push entries to the database table.
update-application : generic-services sends data to this topic to update the entries to the database table.