cu-mkp / issue-tracker-archive

Website for cu-mkp manuscript-data issue tracker archive
0 stars 0 forks source link

pull requests are treated as issues #13

Open gschare opened 3 years ago

gschare commented 3 years ago

The GitHub API returns pull requests in addition to issues when you download the JSON data. It is trivially possible to distinguish them in the JSON (based on the "pull_request" and "html_url" JSON fields) but the question is: do we want to distinguish these? If so, how?

gschare commented 3 years ago

Commits, assignments, etc. likely show up as "events" in the schema. We might download these as well and include them on each corresponding page.

njr2128 commented 3 years ago

DECISION: put issues in one folder and put pulls in another. INDEX: yes, at this stage - to prototype, distinguish these and possibly index separately