syt123450 / Three.js-Solar-Exploration

:rocket: Exploration the solar system created by Three.js
http://solar-exploration.com/
MIT License
26 stars 6 forks source link

[Back End] - Country Flag Path #82

Closed bouyuc closed 6 years ago

bouyuc commented 6 years ago

As a developer I need the provide the file locations of the country flags so the front end engineer can use them.

Definition of done: Come up with a json of file locations

zchholmes commented 6 years ago
  1. sample flag path looks like: ../images/flags/.png where refers to the country/area name

  2. try to validate the png file names with the actual country/area names in the database (you can find the actual name insert from "insertOtherData.sql" line 9~11)

bouyuc commented 6 years ago

flag path pushed to database\DataCollector\ @zchholmes