warren830 commented on PR #3019: URL: https://github.com/apache/incubator-devlake/pull/3019#issuecomment-1241714832
1. for coding_timespan, if user squash commit, the author_date will be larger than the created date of pr Maybe we can change the method of calculation: 1. if the first commit's authored date is less than the created date of pr, we use the original one 2. if the first commit's authored date is larger than the created date of pr, we use the last commit before review to as the end of coding, and use the open of pr as the start of coding? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
