PQM Service
Overview
The Process Quality Management (PQM) service will help users to create, update, and search for process quality monitoring tests. The service will evaluate the uploaded test values against benchmarks and produce result (FAIL/PASS) status. Test results will be further processed for anomaly analysis. The service can perform two types of test: Manual Test (Lab), and Automatic Test (IoT-based).
Plant User Mapping
The service enables mapping plant codes to operators and ULB admins, ensuring that each is only authorised to manage plants linked to their account, enhancing control and accountability. In the mapping process need to check below mention things
PlantCode
: Unique plant code which is configured in the mdmsPlantUserType
: User type will be either plant-operation or the ulb-adminPlantUserUuid
: Unique user id of the employee which have the type of ulb-admin or the plant-operator.
Service Dependencies:
List of services that PQM service depends on:
Localisation
Master Data
The following masters need to be created as part of this module:
Plant
PlantType
PlantConfig
Process
ProcessType
ProcessSubType
Stage
Material
Parameter
Unit
BenchmarkRule
TestingStandard
QualityCriteria
Device
DeviceDetails
DeviceConfig
Kafka Topic Details
Description | Topic Name |
---|---|
Save Test on creation | save-test-application |
Update Test | update-test-application |
Update Test Workflow | update-workflow-test-application |
Save test topic for Inbox | save-test-event-application |
Update test topic for Inbox | update-test-event-application |
Anomaly topic for when a test fails | create-pqm-anomaly-finder |
Anomaly topic for when a test result has not been submitted | testResultNotSubmitted-anomaly-topic |
Creation of plant-user mapping | save-plant-user-mapping |
Updation of plant-user mapping | update-plant-user-mapping |
Postman-Collection
PQM- Api collection
Plant User Mapping- Api collection
API Specification
Data Model
Sequence Diagrams
Create New
Update - new
Search
Reference Docs
Doc Links
Title | Link |
Workflow Technical Document | |
User Technical Document | |
MDMS Technical Document | |
IDGen Technical Document | |
Localisation Technical Document | |
Persister Technical Document |
API List
Link | |
pqm-service/v1/_create | |
pqm-service/v1/_update | |
/pqm-service/v1/_search | |
/pqm-service/v1/_create Adhoc | |
/pqm-anomaly-finder/v1/_plainsearch | |
/pqm-service/plant/user/v1/_create | |
/pqm-service/plant/user/v1/_update | |
/pqm-service/plant/user/v1/_search | |
/inbox/v2/_search |
Last updated