Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ODM2 Support #293

Open
22 tasks done
sreeder opened this issue Sep 19, 2016 · 2 comments
Open
22 tasks done

ODM2 Support #293

sreeder opened this issue Sep 19, 2016 · 2 comments

Comments

@sreeder
Copy link
Contributor

sreeder commented Sep 19, 2016

Convert the following, to connect to ODM2 instead of ODM1:

  • Plot series (Stephanie)
  • Service manager (Stephanie)
    • add functionality to the api to read connection from file.
  • cv_service (Fran)
  • series_service
    • get functions (Mikaila, Stephanie)
    • create functions (Fran)
    • save functions (Mikaila, Stephanie, Fran)
  • edit_service (Mikaila)
  • export_service (Fran, Mikaila)
  • memory_db (Stephanie)
  • save wizard (Fran)
    • GUI
    • Populate CVs
  • Add point form
    • GUI (Fran)
    • adding values
  • series selector (Stephanie)
  • data table (Stephanie)
  • Update tests (Fran)
    • Test-util
  • Edit series (Stephanie)
farrieta9 pushed a commit that referenced this issue Sep 22, 2016
Unit test pass. Only method that has not been updated is the create_qualifier()'
farrieta9 pushed a commit that referenced this issue Oct 12, 2016
This broke a few things due to the update
@sreeder sreeder self-assigned this Oct 14, 2016
sreeder pushed a commit that referenced this issue Oct 17, 2016
sreeder pushed a commit that referenced this issue Oct 17, 2016
farrieta9 pushed a commit that referenced this issue Oct 20, 2016
farrieta9 pushed a commit that referenced this issue Oct 20, 2016
@sreeder sreeder modified the milestone: Beta Release 1.2.0 Nov 30, 2016
@miguelcleon
Copy link
Member

miguelcleon commented Jan 17, 2017

Hi @sreeder , I was trying this out and ODMTools connects to my postgresql database but then errors on what appears to be a test statement

(ERROR) frmDBConfig:validateInput(104) - (psycopg2.ProgrammingError) relations "Variables" does not exist
Line 1: Select "VariableCode" From "Variables" Limit 1 

When I'm connecting in python to my postgresql database it would need to be something like :
Select "variablecode" From "odm2"."variables" Limit 1
Where I have created the schema from the ODM2 postgresql blank schema sql script.

@miguelcleon
Copy link
Member

@sreeder I made a sample postgreSQL database available from the ODM2 Admin project if that's helpful https://github.com/miguelcleon/ODM2-Admin/blob/master/ODM2AdminExamplePostgresqlDB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants