Gitspective - Facebook style timeline for your GitHub feed
thechangelog.com
Gitspective - Facebook style timeline for your GitHub feed
1–10 of 13 posts
Re: Gitspective - Facebook style timeline for your GitHub feed
#2I hope you all like it thought!
Re: Gitspective - Facebook style timeline for your GitHub feed
#3I'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
#4It'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.
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
#5But 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
#6What are the advantages of this style of timeline - other than less scrolling?
Re: Gitspective - Facebook style timeline for your GitHub feed
#7Fun 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?
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 nickJust 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
#8Fun 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 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
#9Fun 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
#10Fun 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?