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
Some time ago, I built a heatmap based on the permit data made available by the city of Durham, as an improved version of this map. The map I built is available here . The source code repo is currently on my personal Github account here. The map was written using Elm-style vanilla JavaScript. It would be nice to refactor the app into Vue.js so that it can be more easily integrated with our existing visualizations.
Actual Behavior
The map app works nicely but its data is outdated (and not updated except manually). It could be integrated with the rest of our work but only with much toil and suffering.
Expected Behavior
The map should be able to be integrated into our existing Vue app, with up-to-date data, and ideally with automatically update-able data.
The text was updated successfully, but these errors were encountered:
Description of Issue
Some time ago, I built a heatmap based on the permit data made available by the city of Durham, as an improved version of this map. The map I built is available here . The source code repo is currently on my personal Github account here. The map was written using Elm-style vanilla JavaScript. It would be nice to refactor the app into Vue.js so that it can be more easily integrated with our existing visualizations.
Actual Behavior
The map app works nicely but its data is outdated (and not updated except manually). It could be integrated with the rest of our work but only with much toil and suffering.
Expected Behavior
The map should be able to be integrated into our existing Vue app, with up-to-date data, and ideally with automatically update-able data.
The text was updated successfully, but these errors were encountered: