Difference between revisions of "Issues-3/28/2013"

From WormBaseWiki
Jump to navigationJump to search
 
Line 7: Line 7:
  
 
= Questions on issues in progress =
 
= Questions on issues in progress =
===954: Gene Summary - Overview should show Dead genes which have been Merged_into another ===
+
=== 954: Gene Summary - Overview should show Dead genes which have been Merged_into another ===
 
[https://github.com/WormBase/website/issues/954 issue #954]
 
[https://github.com/WormBase/website/issues/954 issue #954]
 +
TODO: two parts: 1) fix history table display. 2) Add new gene to overview
  
 
= Triage new issues =
 
= Triage new issues =
===741: Cell lineage browsing using Cytoscape? ===
+
=== 741: Cell lineage browsing using Cytoscape? ===
 
[https://github.com/WormBase/website/issues/741 issue #741]
 
[https://github.com/WormBase/website/issues/741 issue #741]
 
+
TODO: wait to start this after we've integrated cytoscape to the Process page
  
 
= Cytoscape walkthrough =
 
= Cytoscape walkthrough =
 
We'll look at the code needed to add a Cytoscape interactions widget on the Process page
 
We'll look at the code needed to add a Cytoscape interactions widget on the Process page
 +
* Important files:
 +
** API/Role/Interaction.pm
 +
*** Contains the API methods needed to return the interaction data in the format needed for the Cytoscape displays
 +
** templates/shared/fileds/interaction_details.tt2
 +
*** Calls the js to start Cytoscape, passes interaction data through
 +
** js/wormbase.js
 +
*** loads the Cytoscape plugin, sets some display configuration
 +
 +
TODO: Try applying Role/Interaction.pm to Process.pm.

Latest revision as of 15:21, 28 March 2013

All meetings: WebDev_Issues_Meetings

Thursday March 28th, 10:30am, JD's desk

Code review

no items for code review

Questions on issues in progress

954: Gene Summary - Overview should show Dead genes which have been Merged_into another

issue #954 TODO: two parts: 1) fix history table display. 2) Add new gene to overview

Triage new issues

741: Cell lineage browsing using Cytoscape?

issue #741 TODO: wait to start this after we've integrated cytoscape to the Process page

Cytoscape walkthrough

We'll look at the code needed to add a Cytoscape interactions widget on the Process page

  • Important files:
    • API/Role/Interaction.pm
      • Contains the API methods needed to return the interaction data in the format needed for the Cytoscape displays
    • templates/shared/fileds/interaction_details.tt2
      • Calls the js to start Cytoscape, passes interaction data through
    • js/wormbase.js
      • loads the Cytoscape plugin, sets some display configuration

TODO: Try applying Role/Interaction.pm to Process.pm.