[Hivemind] Add check_comment_date to GitHubCommentExtraction class
Opened this issue · 0 comments
cyri113 commented
Part of the Github Vectorize (Summary). Please read this document before starting.
Given a PullRequest/Issue id and a date, using the pre-built neo4j connection, query Neo4j to do the previously mentioned checks (see cases / pseudo code), compare the comment counts after a specific date using the equation 1+max([0, (3-days_since_last_comment)])
, return comparison flag (True or False).
The class should have 100% coverage on code climate.
requires #97 .