Difference between revisions of "Category:Main Website (Web Dev)"

From WormBaseWiki
Jump to navigationJump to search
Line 1: Line 1:
 
== Main Website (Web Dev) ==
 
== Main Website (Web Dev) ==
 
 
* [[Website:Application overview|Application overview]] - ''An overview of the web application, including MVC structure, request flow, caching, etc''  
 
* [[Website:Application overview|Application overview]] - ''An overview of the web application, including MVC structure, request flow, caching, etc''  
* [[Website:Configuration|Configuration]] -- ''Application and view configuration: formatting and standards''
 
* [[Website:WormBase::API|WormBase::API]] -- ''The WormBase data model, maintained external to the web application''
 
* [[Website:View| View]] -- ''Templating system, commom template elements, javascript, and CSS''
 
* [[Website:Model| Model]] -- ''The web application model; thin, glued to the external Model''
 
* [[Website:Controller| Controller]] -- ''Overview of controller files and actions''
 
* Genome Browsing
 
** [[Website:GBrowse Set-up on dev.wormbase.org|GBrowse Set-up on dev.wormbase.org]] -- "Updating/rolling-back GBrowse installations on a per user basis"
 
** [[Website:Genome Browser Survey|Genome Browser Survey]] -- "Community survey for evaluating use cases and required functionality of a WormBase genome browser"
 
* Visualization
 
** [[Website:Visualization Library Assessment]] -- "Assessment of several visualization options for integration in the Website"
 
** [[Website:Visualization with ggplot2 of the R-Project]] -- "Installation, set-up, and other information about the R-project based visualization"
 
  
* [[Website:WormMine| WormMine]] -- ''How to install, update, and maintain the InterMine instance at WormBase''
 
** [[Website:WormMine Builds]] -- Summary stats of WormMine builds
 
*[[Website:Contribute_from_GitHub|Contribute from Github]]
 
  
 
== The Mobile Website ==
 
== The Mobile Website ==
Line 26: Line 11:
 
* [[Website:MobileWidgets| Widgets Porting]] -- ''Details about the porting of widgets in the mobile website/app''
 
* [[Website:MobileWidgets| Widgets Porting]] -- ''Details about the porting of widgets in the mobile website/app''
  
[[Category: Web Dev]]
+
[[Category: Development (Web Dev)]]

Revision as of 15:15, 19 June 2014

Main Website (Web Dev)

  • Application overview - An overview of the web application, including MVC structure, request flow, caching, etc


The Mobile Website

  • Mobile -- Overview of the mobile website
  • Router -- A definition of the possible routes of the mobile website
  • Models -- Details about the models
  • Collections -- Details about the collections
  • Views -- Details about the views
  • Widgets Porting -- Details about the porting of widgets in the mobile website/app