Skip to content

Instantly share code, notes, and snippets.

@milkman4
Last active May 16, 2018 14:53
Show Gist options
  • Save milkman4/be9e2cb13b2da3cc672c341af5a7dc58 to your computer and use it in GitHub Desktop.
Save milkman4/be9e2cb13b2da3cc672c341af5a7dc58 to your computer and use it in GitHub Desktop.
Map2.0 Technical Debt
  1. Balloon Handling needs to be refactored. There's a ton of tangled logic as to how balloons are opened. Consider the entire removal of balloons, or severely limit their capabilities.
  • the logic for opening and closing balloons should be handled more inside actions and action creators, without so much tangled logic inside the balloonContainer component. we might need to split it up into different components.
  1. "Balloon Media 2.0" need to be rewritten from scratch.
  2. We should implement webpack and removing gulp.
  3. Refactor code that is used in multiple places like headers!
  4. Improve performance of markers. Only show markers on the map if they are relevant. Merge markers into one marker for heatmap markers. +1
  5. Tour wrapper handling
  6. transit balloons...
  7. markers controller could to be refactored
  8. analyzing rerenders
  9. get to a point where we can upgrade react - error handling
  • remove hammer JS
  • date time picker?
  1. understand mapspacer and analyze spots for imporvmeent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment