Skip to content

Generate user ID

Danny Love requested to merge generate_user_id into main

Description

Wrote function and tests for generating a user ID. We talked previously about managers / providers having different numeric prefixes to their ID's, so this function accepts a numeric prefix as input.

Related Issue(s)

#18 , #17

Changes Made

  • Change 1: Wrote _generate_user_id()
  • Change 2: Wrote tests for _generate_user_id()
  • Change 3: Wrote placeholder tests for the other member.py functions

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.

Reviewers

@kyjoseph

Merge request reports

Loading