Skip to content
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

Streamline annotation creation such that each issue instance is created only once #140

Conversation

coddingtonbear
Copy link
Collaborator

Currently, we're generating an issue instance twice -- once within the method creating annotations, and once in the method calling the aforementioned method that creates annotations. This PR changes things such that:

  • We generate an issue instance only once.
  • We provide the extra data (in this case: annotations) after creating the issue.

@ralphbean
Copy link
Collaborator

Nice! Thanks Adam :)

ralphbean added a commit that referenced this pull request Sep 2, 2014
…ix_single_create

Streamline annotation creation such that each issue instance is created only once
@ralphbean ralphbean merged commit e6d7817 into GothenburgBitFactory:develop Sep 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants