Teun / git-flow-vis

81 stars 12 forks source link

Load extra commits when an open end scrolls into view #5

Closed Teun closed 10 years ago

Teun commented 10 years ago

At start time, we load a limited set of commits for all branches. If we scroll down, we will at some point see loose ends. At that time, we should incrementally load extra commits. And redraw.

Teun commented 10 years ago

Needs an extra perf improvement: when multiple open ends appear at/around the same time, we should first download them all and then recalculate and redraw.

Teun commented 10 years ago

Needs more work: maybe load all open ends when an endpoint scrolls into view. The recalculations seem more expensive than the downloads of more commits.

Teun commented 10 years ago

Need to look into better use of the since and until parameters. Should be possible to load all open ends, but no duplicates