clubgamma / club-gamma-backend

This is the official repo for club gamma hacktoberfest backend server.
https://clubgamma.vercel.app
MIT License
0 stars 13 forks source link

Enhance User Access Token Flow with PR Count Tracking #16

Closed mitgajera closed 1 day ago

mitgajera commented 1 day ago

Overview

This pull request (PR) introduces improvements to the user authentication process by including the retrieval and updating of pull request (PR) counts for users during the access token flow.

Issue fixed: #14

Changes Made

Why This Change?

By keeping track of the number of pull requests, we can better evaluate user engagement and contributions within our application. This enhancement will enable us to use this data for analytics and user recognition features in future iterations.

Testing

jalaym825 commented 1 day ago

hey @mitgajera you messed up with the code base with auto formatting, can you please create a new pr and turn of auto formatting in your ide, it's hard to track changes, also keep your fork up to date.

jalaym825 commented 1 day ago

@mitgajera good work, but please keep small changes in a single commit and don't include changes which are not relatable to issue, you can create separate issue for that.

mitgajera commented 1 day ago

@jalaym825 Ok I will work on it.

jalaym825 commented 1 day ago

closing the pr for now, fix all things and raise new pr.