vnoelifant / charity-finder

3 stars 0 forks source link

Class refactor #51

Open vnoelifant opened 5 months ago

vnoelifant commented 5 months ago

Implementation of #50, per follow-up from Code Clinic feedback: https://pybites.circle.so/c/circle-coaching-calls/folium-heat-maps-and-tailwind-css

Generation of folium map is now done as a class ProjectMapVisualizer. Minor Typing module update: List of projects for filtering and visualization is now passed as an Iterable.