MarketEventory / WebFrontEnd

0 stars 0 forks source link

***Change data file folders*** #8

Open HarryTanME opened 7 years ago

HarryTanME commented 7 years ago

All the data will be kept storing in JS file formats, at least for the next few months, since our data updating frequency is daily; real time data updating is an over-kill.

I would like to make the following changes to the data hierarchy. /js |---/Data |--/MarketPrice |--/EventsTable |--/EventsSigns |--StockList.js

Feel free to ask.

HarryTanME commented 7 years ago

Please also suggest a way that we can separate our code file with data files. The purpose is to upload data files by program(Harry will write the program), without affecting the html/js code files.

Shone-Wang commented 7 years ago

@HarryTanME , you can upload the new data with this new structure, then, I will adjust the code to retrieve data with new structure.