Live data from Hacker News

Gitspective - Facebook style timeline for your GitHub feed

thechangelog.com

1–10 of 13 posts

Re: Gitspective - Facebook style timeline for your GitHub feed

#3
It's cool but really the one thing I want to be able to see and illustrate is code contributions to OSS projects. Pull request history and when they got pulled (if it could filter only those that got pulled that would be great).

I'd like to look back over a year and seeing how much OSS work I got done.

Re: Gitspective - Facebook style timeline for your GitHub feed

#4

It's cool but really the one thing I want to be able to see and illustrate is code contributions to OSS projects. Pull request history and when they got pulled (if it could filter only those that got pulled that would be great). I'd like to look back over a year and seeing how much OSS work I got done.

Totally agree. The PullRequest events have stale data regarding the status of the pull request. I think it's capturing the status at the time the event occurs.

I was considering firing off requests to find out the latest status of PullRequests and indicating that in the design. e.g. When pull requests were merged in and closed.

Re: Gitspective - Facebook style timeline for your GitHub feed

#5
Very cool.

But this would be even cooler if it would be a timeline of all the projects, organizations I am part of. Sort of the Github Dashboard as a timeline, but with additional logic to group certain events (commits for example) per project to reduce the clutter and with all the organizations in one dashboard (currently you have to use the dropdown to switch between them).

Re: Gitspective - Facebook style timeline for your GitHub feed

#7
post #6

Fun project, but am I the only one that finds the zig-zag flow of the "Fb-timeline" difficult to follow -- or atleast more difficult than a linear feed? What are the advantages of this style of timeline - other than less scrolling?

The zig-zag flow is one of the most obnoxious things i've ever seen in a website. It is one of the worst ways of displaying information ever.

Lets take this to the extream. Lets say you had a serverlog with 1 million entries and you had to parse it by hand for what ever reason. would you rather see

[Jun 10, 12:32] /index.html 200 54ms nick

[Jun 10, 12:32] /index.html 200 54ms nick

[Jun 10, 12:32] /index.html 200 54ms nick

[Jun 10, 12:32] /index.html 200 54ms nick

[Jun 10, 12:32] /index.html 200 54ms nick

or this

[Jun 10, 12:32] /index.html 200 54ms nick

                                          [Jun 10, 12:32] /index.html 200 54ms nick
[Jun 10, 12:32] /index.html 200 54ms nick

                                         [Jun 10, 12:32] /index.html 200 54ms nick
[Jun 10, 12:32] /index.html 200 54ms nick

Just because I'm browsing my friends activity doesn't mean that I want to waste time trying to follow their god awful timeline with the jumps and the zig zags and the figureing out what came before what.

Re: Gitspective - Facebook style timeline for your GitHub feed

#8
post #6

Fun project, but am I the only one that finds the zig-zag flow of the "Fb-timeline" difficult to follow -- or atleast more difficult than a linear feed? What are the advantages of this style of timeline - other than less scrolling?

I do think there may be some honest criticisms for it. But regarding gitspective, my design is bad. Very bad. So bad, I considered making everything shades of hot pink so it might motivate a designer (who would normally pass) to help me out.

I would expect with a better design the back-and-forth would flow would look a lot easier on the eyes.

Re: Gitspective - Facebook style timeline for your GitHub feed

#9
post #8
post #6

Fun project, but am I the only one that finds the zig-zag flow of the "Fb-timeline" difficult to follow -- or atleast more difficult than a linear feed? What are the advantages of this style of timeline - other than less scrolling?

I do think there may be some honest criticisms for it. But regarding gitspective, my design is bad. Very bad. So bad, I considered making everything shades of hot pink so it might motivate a designer (who would normally pass) to help me out. I would expect with a better design the back-and-forth would flow would look a lot easier on the eyes.

Facebook's timeline is bad enough that if I see it, I just close the page. I have enough trouble reading it and figuring out what's going on that I just don't do it.

Re: Gitspective - Facebook style timeline for your GitHub feed

#10
post #6

Fun project, but am I the only one that finds the zig-zag flow of the "Fb-timeline" difficult to follow -- or atleast more difficult than a linear feed? What are the advantages of this style of timeline - other than less scrolling?

Totally agree, I was going to say the same thing, but I didn't want to come across as a curmudgeon. The idea of Timeline is brilliant, but the zigzag implementation is such a violation of the user experience (in my opinion) that I have no idea how it made it into production.
Post reply on HN