peacecorps / Opportunity-Portal

CLOSED - Giving potential applicants a view into the Volunteer opportunities available, along with additional data to make an informed decision to join Peace Corps.
9 stars 6 forks source link

Backend Work #38

Open mhkane opened 10 years ago

mhkane commented 10 years ago

Summary of our call. The tasks to be done are : mhkane : Create the django models for the database @jkevintu : Review the models created by mhkane and create a Google App engine database accordingly @paopow : Convert excel files to correct format to be used for the database Please correct me if I am wrong Next tasks not assigned yet : _Merge the database implementations with the html model to allow users to filter from the web page _Thoroughly test everything

jkevintu commented 10 years ago

@paopow GQL reference https://developers.google.com/appengine/docs/python/datastore/gqlreference

paopow commented 10 years ago

@jkevintu Have you had a chance to create a Google App engine db yet? I think it supports django. (https://developers.google.com/appengine/docs/python/cloud-sql/django) I would need the credential to hook it up with the real db. The backend prototype is currently just using Django's default (sqlite).

jkevintu commented 10 years ago

@mhkane I review the branch and it looks fine for now

I will write create db creation code tomorrow, I will ping @paopow when its done.

Mc4llister commented 10 years ago

What backend work is left to make the front end of the site functional?

The data pull and populating fields is being handled on the Peace Corps side by @slgill, so I want to make sure I understand what backend components are being addressed here that will need to be transitioned over?

paopow commented 10 years ago

The only thing left is just porting data from csv file to the GAE database. I have not been following the project closely but does this mean that we are going to use the Peace Corps backend instead?

mhkane commented 10 years ago

@jkevintu Do you know what we have to do after the data pull and populating fields ?