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

Map Timeline #65

Open
sergeychernyshev opened this issue Mar 17, 2024 · 1 comment
Open

Map Timeline #65

sergeychernyshev opened this issue Mar 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@sergeychernyshev
Copy link
Member

Description

Use git history to create a sequence of maps for each commit or at least each time period and allow replaying the whole history as an animation.

Steps

  • When checking out, determine which commits didn't have a corresponding map data and rebuild the map or at lease map data for each of the time periods.
  • Add UI for scrolling over the history of the project
  • Probably need to put drawing logic directly into the map pages so they can be drawn on the fly, or just use pre-generated HTML partials

Additional requirements

  • Cache prior results for each commit hash or period to make sure we don't rebuild full history every time
@sergeychernyshev sergeychernyshev added the enhancement New feature or request label Mar 17, 2024
@alexdruk
Copy link
Collaborator

alexdruk commented Mar 17, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants