ethanjweiner / visualize-the-web

A geographic visualizer of HTTP requests across long distances, built with Python and Flask
2 stars 1 forks source link

Retrieve all routes in back to back requests #78

Closed ethanjweiner closed 3 years ago

ethanjweiner commented 3 years ago

Task Title

Task: Retrieve all routes in back to back requests

Task Description

This Task will...

Process:

  1. Retrieve all routes
  2. As routes are retrieved, push to an accumulator
  3. After first route is retrieved, initialize the animation process
  4. Once the first route is animated, check if the next route is present in the array
  5. Set an interval to watch for the next route
  6. Once the next route is present, animate that
  7. Repeat from step 4

Epic Parent

Feature: Awesome Feature Title