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

Create overlap_days variable for commits #2

Open
aaron-lohmann opened this issue May 23, 2024 · 0 comments
Open

Create overlap_days variable for commits #2

aaron-lohmann opened this issue May 23, 2024 · 0 comments
Assignees

Comments

@aaron-lohmann
Copy link
Collaborator

As per mail of Gabor create a variable capturing the overlap in commit days of users.

For each repo * coder 1, coder 2 (where coder 1 is the coder with the first commit), we could calculate
collab_total_days = number of days between the first commit by coder 1 and last commit by either coder.
collab_overlap_days = number of days that overlap (HERE I tried to teach chatgpt make a SQL for it)
collab_is_concurrent =0/1. =1 if collab_overlap_days/collab_total_days>collab_concurrent_threshold ( say =25%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants