Closed jtam360 closed 6 years ago
The jQuery API doesn't allow us to read local files as it says: "Load JSON-encoded data from the server using a GET HTTP request."
Browser security and the DOM prevent us from reading or writing arbitrary files by design.
Setup the database and read straight from there.
you can test the UI with local if unsure it's displaying properly, but the end goal is to have it read the json from the database
Loading the JSON onto the table works as we were able to test it with some sample data.
Right now this feature only works on the remote server as it will not work locally as browsers do not allow this feature to read local files.
We will now be working on setting up the database to read from DynamoDB.
Data from json file should be displayed correctly in the table. connects #14 child of #14