Difference between revisions of "Database Roadmap"

From phenoscape
(January 2009)
 
(7 intermediate revisions by one other user not shown)
Line 14: Line 14:
 
** STATUS: Complete
 
** STATUS: Complete
 
* Work on Unit test modules for database queries*
 
* Work on Unit test modules for database queries*
** STATUS: In progress
+
** STATUS: Complete
 
* Document performance metrics of database queries from Unit test cases*
 
* Document performance metrics of database queries from Unit test cases*
 
** STATUS: Complete
 
** STATUS: Complete
Line 23: Line 23:
 
* Complete documentation of query execution methods*
 
* Complete documentation of query execution methods*
 
** STATUS: Complete
 
** STATUS: Complete
* Implement improved query methods to speed up execution of anatomy and gene data services
+
* Implement improved query methods to speed up execution of anatomy data services
 
** NOTE: contingent upon completion of previous related tasks marked with *
 
** NOTE: contingent upon completion of previous related tasks marked with *
** STATUS: In progress
+
** STATUS: Complete
* Investigate possible additions to OBD reasoner (with input from Hilmar and Jim) to infer presence/absence of anatomical features
+
* Investigate possible additions to OBD reasoner (with input from Hilmar and Jim)
* Implement augmentations to reasoner to infer presence/absence of anatomical features
+
** STATUS: Added facet to add direct relationships between characters and all of the states they may take. Complete
 
* Add extinct/extant species information to the database
 
* Add extinct/extant species information to the database
 +
** STATUS: Complete
 
* Automate data loader module
 
* Automate data loader module
** STATUS: In progress
+
** STATUS: Complete
  
 
===March===
 
===March===
 +
* Add Gene data service to Phenoscape
 +
** STATUS: Complete
 
* Add collection information to the database
 
* Add collection information to the database
 +
** STATUS: Complete
 +
* Add Taxon query service to Phenoscape
 +
** STATUS: Complete
 +
 +
===April===
 
* Add publication information to database
 
* Add publication information to database
 
** NOTE: Dependant upon SICI and Endnote work
 
** NOTE: Dependant upon SICI and Endnote work
* Add Taxon query service to Phenoscape
+
* Investigate load sharing and connection pooling strategies for Phenoscape prototype
* Bug fixes
+
 
* Status check
+
===May===
 +
* Refine web services specifications as per Jim's requirements
 +
* Performance tuning
 +
 
 +
===June===
 +
* Testing and bug fixes
 +
 
 +
===July===
 +
* Public release at ASIH
  
[[Category:Roadmaps]]
+
[[Category:Archive]]
[[Category:Database]]
 

Latest revision as of 19:25, 11 October 2011

This is a development roadmap for the second production iteration of the Phenoscape database and web interface, intended for demonstration and testing at the ASIH 2009 meeting.

Cartik

This is an outline of my tasks in the coming months.

January 2009

* indicates task dependency

  • Work on moving database connection parameters from code to properties file that does not go into SVN.
    • STATUS: Complete
  • Document inherited database query module in OBD API*
    • STATUS: Deferred (lower priority)
  • Finish documentation of the OBD reasoner on the Wiki
    • STATUS: Complete
  • Work on Unit test modules for database queries*
    • STATUS: Complete
  • Document performance metrics of database queries from Unit test cases*
    • STATUS: Complete
  • Document query optimization patterns for database queries*
    • STATUS: Complete

February

  • Complete documentation of query execution methods*
    • STATUS: Complete
  • Implement improved query methods to speed up execution of anatomy data services
    • NOTE: contingent upon completion of previous related tasks marked with *
    • STATUS: Complete
  • Investigate possible additions to OBD reasoner (with input from Hilmar and Jim)
    • STATUS: Added facet to add direct relationships between characters and all of the states they may take. Complete
  • Add extinct/extant species information to the database
    • STATUS: Complete
  • Automate data loader module
    • STATUS: Complete

March

  • Add Gene data service to Phenoscape
    • STATUS: Complete
  • Add collection information to the database
    • STATUS: Complete
  • Add Taxon query service to Phenoscape
    • STATUS: Complete

April

  • Add publication information to database
    • NOTE: Dependant upon SICI and Endnote work
  • Investigate load sharing and connection pooling strategies for Phenoscape prototype

May

  • Refine web services specifications as per Jim's requirements
  • Performance tuning

June

  • Testing and bug fixes

July

  • Public release at ASIH