Adjust generate user id func
Description
Implemented the needed changes to make the generate_user_id function generic for multiple TableInfos. And implemented the add_member_record() function. And then changed a couple docstrings for accuracy. Danny helped with both resolving an issue in generate_user_id and helping to write the test.
Related Issue(s)
Related to this issue: #17
Changes Made
- Change 1: Implemented the changes to make the generate_user_id function generic for multiple TableInfos.
- Change 2: And implemented the add_member_record() function
- Change 3: Changed a couple docstrings to be accurate after the changes.
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.
Edited by Danny Love