-
Notifications
You must be signed in to change notification settings - Fork 3
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
What information/data do we want about issues? #5
Comments
@Cleop this is a great starting point. We can always add to it later. 👍 |
@nelsonic - for the first iteration do you think we should include/exclude comments/reviews on PRs? |
@Cleop yeah, for the first iteration we only want to capture the changes in issues comments. |
My proposed schema
The github-comment ID is the ID which will be unique to that comment but will be kept consistent throughout the different versions of that comment. Whereas the primary key will be unique for each version of the comment. |
@Cleop this looks good as a starting point. 👍 |
@SimonLab agree that we need to have a "history" table. |
agree we can create only one "history" table where an entry of this table can refer either to the issue or to the comment table. As soon as a new issue or a new comment is created the history table will have a new entry wich will also contain the url of the s3 file. |
Closing this as we're now recording all of the data in the description of this issue. |
From #1:
Thought it might be good to start creating a list of fields that we want about the issues. I know that some work has already been done using the github API and issues in https://github.com/dwyl/tudo so maybe thinking about the fields will help us see if what's been done there is of any use.
So far we've discussed the importance of recording:
History of:
Are these sufficient for now as an MVP starting point?
Or do we need to record info like commits on an issue, labels, assignment or associated milestones? Or even more github detail?
The text was updated successfully, but these errors were encountered: