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

Move to a component / helper based system for the gh issues #5

Open
2 tasks
mariosant opened this issue Mar 9, 2016 · 0 comments
Open
2 tasks

Move to a component / helper based system for the gh issues #5

mariosant opened this issue Mar 9, 2016 · 0 comments
Assignees

Comments

@mariosant
Copy link

The template that will hold the issues should be more or lesss in the following form:

{{# each issues }}
  {{> githubIssue id=this.id}}
{{/each}}

So we need to create the issues helper which will fetch the project's issues and will return an array that can be iterated and a githubIssue component which will render and handle the actual issue.

  • issues helper
  • githubIssue component
@mariosant mariosant self-assigned this Mar 18, 2016
howardroark added a commit that referenced this issue Mar 26, 2016
Move to a component / helper based system for the gh issues
@howardroark howardroark reopened this Jun 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants