The app.js file has grown large as the single place where all data sources are declared. As of commit 86fdd5e this file sits at 600 lines and it will only continue to grow as we pull from more data sources. This issue is to separate the logic of this file out into different files as per this comment in #633.
The app.js file has grown large as the single place where all data sources are declared. As of commit 86fdd5e this file sits at 600 lines and it will only continue to grow as we pull from more data sources. This issue is to separate the logic of this file out into different files as per this comment in #633.