CulturedCheese / thesis-project

4 stars 4 forks source link

CLEANUP integrating front end with map #79

Closed ClimbsRocks closed 9 years ago

ClimbsRocks commented 9 years ago

FEAT mapping file turning github programming languages into colors

FEAT removing old map file and adding new map file

FIX deleted bundle.min.js file that was saved in the wrong location.

FEAT completes logic for grouping to top 10, renames countriesAggSchema

FEAT server changes to aggregate data into the format the map expects

FEAT starts to build in d3 map in hacky way since the build process isn't clear to me yet

FEAT backup for map. can likely delete this once i understand the build process

FIX adds dependencies to bower.json, cleans up index.html

CLEANUP cleans up unused boilerplate in index.html, moves map logic to d3Map.js

CLEANUP cleaned up unused code in Footer

CLEANUP allowed this code to run for now. will be refactoring into React shortly

FIX fixes bugs (no comments in JSX), adds Flux data flow for mock country data

FIX removes test display of mock data