You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can be eliminated by using a general workflow that is parameterized by the type of data we want. This approach also makes it much easier to generate visualizations from other new data sources.
In PR #250, @jblehr made a great observation and suggestion. Much of the code duplication in
trails-viz-app/src/components/HomeLocations.vue
andtrails-viz-app/src/components/ChatbotHomeLocations.vue
trails-viz-app/src/components/HomeLocationsMap.vue
andtrails-viz-app/src/components/ChatbotHomeLocationsMap.vue
trails-viz-api/trailsvizapi/repository/home_locations.py
can be eliminated by using a general workflow that is parameterized by the type of data we want. This approach also makes it much easier to generate visualizations from other new data sources.
See conversation history:
#250 (comment)
The text was updated successfully, but these errors were encountered: