Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Duplication Fix #1072

Closed

Conversation

iamYashSinha
Copy link

@iamYashSinha iamYashSinha commented May 8, 2023

  1. Added a new field (github_user_id) to the Firestore database.
    Screenshot from 2023-04-24 20-58-26

  2. RFC DOCUMENT

  3. Tests Added:

  • UNIT TESTS
    ✔ should add the github_user_id to the user collection
    ✔ should update the github_user_id in the user collection (40ms)
    ✔ should be a string
    ✔ should have a maximum length of 8 characters
    ✔ should be stored correctly in the database

  • INTEGRATION TESTS
    ✔ Should return 401 when user is unauthorize
    ✔ Should update the user
    ✔ Should return unauthorized error when not logged in

  1. Migration Doc

@iamYashSinha iamYashSinha self-assigned this May 8, 2023
@joyguptaa joyguptaa mentioned this pull request Dec 28, 2023
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug-fix Fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant