Add subtype-mgt feature #74
Merged
pahansith
merged 9 commits from kavindya_devindi/device-mgt-core:master
into master
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'kavindya_devindi/device-mgt-core:master'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Purpose
To seperate out component with main generic things of subtype management.
Goals
This subtype-mgt component enables the dynamic implementation of any subtypes using APIs. PFA
Approach
Documentation
Requirement & Design Approach of Subtype Management ->
https://docs.google.com/document/d/1Cp7LqFKuV2FZOhN-cOCveLYcjyrzbZTDA0gNPYuV918/edit?usp=sharing
Automation tests
Unit tests
Integration tests
Security checks
Related MRs
Test environment
Linux 22.04
Learning
CREATE TABLE IF NOT EXISTS DM_OPERATION (
ID INTEGER AUTO_INCREMENT NOT NULL,
TYPE VARCHAR(50) NOT NULL,
CREATED_TIMESTAMP TIMESTAMP NOT NULL,
Update this dm-db-h2.sql script with the latest one
-- -----------------------------------------------------
Please remove smart-metering related things.
47990e4a16
into master 2 years agoReviewers
47990e4a16
.