Skip to content

Techie Notes

Jenny Zhang edited this page Mar 29, 2016 · 2 revisions

Notes on the refactored Oncoscape (aka "Chinook")
Paul Shannon 18 January 2016

  1. The ChinookServer is now stateless. Some state is kept in the user's browser, for instance, the current dataset

  2. "groups" (interesting tumors, genes, often associated into related subgroups -- verhaak clusters, for instance) are archived centrally in the Group class, and parsimoniously included by brief mention in each dataset which wishes to use them.

  3. Almost all tabs (now called "webapplets") have been removed from the core. Only the datasets tab remains.

  4. webapplets/ and webapps/ allow for separate creation and archiving of tabs and applications

As this branch is reviewed and improved, suggestions for programmer documentation will be welcomed and created.

Clone this wiki locally