Open cyri113 opened 7 months ago
Part of the Github Vectorize (Summary). Please read this document before starting.
Given an array of pr and issue ids, using the pre-built neo4j connection, return the status of the prs and issues as a dictionary id -> status.
id -> status
### Tasks - [ ] Write a public method `fetch_obj_status` in `GithubObjectExtraction` - [ ] Write test cases
The class should have 100% coverage on code climate.
Part of the Github Vectorize (Summary). Please read this document before starting.
Given an array of pr and issue ids, using the pre-built neo4j connection, return the status of the prs and issues as a dictionary
id -> status
.The class should have 100% coverage on code climate.
102 should be completed first.