charlottebrf / DoctorsWhoCode

My Time Manager: Your helpful time manager app created for CF: G Ruby course AW 2016 course competition project.
https://evening-lowlands-39707.herokuapp.com/
0 stars 0 forks source link

Get PostgresSQL database working, and write SQL functions #8

Closed melikecode closed 7 years ago

melikecode commented 7 years ago

• Is the submitted log information written to an SQL database (i.e. "logged-activities")?

• Does the submitted information show in the correct fields/format in the SQL database?

-can we perform calculations (e.g. add durations for same activities) on the retrieved information?

-can the retrieved information be passed to the .erb file for use in js graph?

Hey I think I have documentation on this from the Heroku app deployment using sinatra: https://blog.kuntz.co/2014/03/15/deploying-a-sinatra-app-to-heroku.html . I'm happy to take this one when we get to it, but I think we should check if this is the most straight forward way.

melikecode commented 7 years ago

I've got it deployed on my local machine, so if @charlottebrf is able to set it up on Heroku, I think I know how to access it to set up the initial tables

melikecode commented 7 years ago

Not necessary for competition