Add provider record
Description
Implemented the add_provider_record() function (excluding password entry)
The password field currently has a placeholder value. I'll create a new issue for implementing the password field once password generation is done.
Related Issue(s)
#15: Manager Subsystem
#18: Add / update / remove provider directory records
Changes Made
- Change 1: Wrote add_provider_record()
- Change 2: Write tests of add_provider_record()
- Change 3: Fixed compatibility issue with using uint32 types in the schemas.
Test Plan
make test
Checklist
-
Code follows the project's coding style and conventions. -
Automated tests for the changes have been added or existing tests have been updated. -
Code coverage for new or modified code is maintained or improved. -
The code builds and runs without errors or warnings. -
Documentation has been updated to reflect the changes made. -
All discussions and feedback on the PR have been addressed. -
CI/CD pipelines pass successfully, including any required checks or tests. -
The PR has been reviewed and approved by the designated reviewers.
Additional Notes
This depends on the merge request generate user ID ( !25 (merged)) - please review that request first.
Edited by Danny Love