carleton-cs-energy-analytics / energy-analytics-comps

Revolutionizing the way Carleton notices that a building is being heated/cooled simultaneously!
1 stars 0 forks source link

Restructuring dashboard directory to set up initial flask apps #21

Closed jacklightbody closed 6 years ago

jacklightbody commented 6 years ago

makes progress on #18

What's this PR for?

I was tasked to start connecting the frontend to the database. This takes some important steps towards doing so, as the dashboard now runs based on flask, and can make calls to the database when configuration values are set up correctly.

Where should the reviewer start?

Wasn't able to test my sql syntax as the db is empty, so will need to revisit once we seed the db with some test data. Additionally will probably want to abstract out db handling operations into some kind of model later on, instead of doing everything at once.

How should this be tested? Automated/Manual?

Frontend work mostly, so no real tests.

carolynryan20 commented 6 years ago

We will probably begin populating the database after the Thursday meeting is what it currently sounds like. I think we need to have more information on what the various fields we are trying to fill in should be before we get started.

jacklightbody commented 6 years ago

Closing this and reopening a seperate one- its enough new code that it seems worthwhile to now muddle the waters here