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

Add issues to homepage (static version) #129

Merged
merged 32 commits into from
May 28, 2014
Merged

Add issues to homepage (static version) #129

merged 32 commits into from
May 28, 2014

Conversation

miketaylr
Copy link
Member

Closes #128. Need to open a task for "more issues" functionality.

Mike Taylor added 30 commits May 20, 2014 15:17
This way we don't have to hit the /users API on every page load, etc.
Mostly to create a record, I'm planning on backing a lot of this out.
 - More DRY
 - Adds sister proxy_ methods to regular GitHub API authed methods

App.IndexRoute = Ember.Route.extend({
model: function() {
var ownerURI = 'https://api.github.com/repos/webcompat/web-bugs/issues?creator=' + window.__username;

This comment was marked as abuse.

miketaylr pushed a commit that referenced this pull request May 28, 2014
Add issues to homepage (static version)
@miketaylr miketaylr merged commit 7e8a80a into master May 28, 2014
@miketaylr
Copy link
Member Author

Bombs away.

@miketaylr miketaylr deleted the homepage-issues-2 branch May 28, 2014 04:29
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.

Implement homepage mockup
1 participant