Calvin1581 / CS321-Milestone4

0 stars 0 forks source link

Add support for data uploading on the site #22

Closed mlanicaputo closed 2 years ago

mlanicaputo commented 2 years ago

Addresses #14

This PR contains the following changes:

When a correctly formatted CSV file is uploaded, it is automatically parsed and ingested into the Flask database.

tamsinrogers commented 2 years ago

Looks good!! sidenote: I had put the dummy csvs I wrote in the 'data' folder (inside 'website') earlier - we should probably condense them in the future so they're all in one place, but I think it's fine like this for testing purposes.

mlanicaputo commented 2 years ago

sidenote: I had put the dummy csvs I wrote in the 'data' folder (inside 'website') earlier - we should probably condense them in the future so they're all in one place, but I think it's fine like this for testing purposes.

I didn't realize you had another set of csv's or I would have used yours! I think with some instruction from Anne we should be able to use the csv's she sent us on the next milestone.

Merging!