Added a layer of filtering so that hilighting for Persistable::Locus regions w/o region_type of 'assoc' is turned off on T1DBase, currently for Immunobase there is no filtering.
Added a field disease_code to the core.disease table and use this as a basis for captions on site.
Discussed a few things and here is a brief todo list.
Make sure that tests are up to date
Updates to criteria to give it some attributes or making sure that it is a static module (currently it's a bit of both). Refactor to push no generic functions out to subclass/modules.
Consider automation of CSS styling so that layout.css is easier to maintain perhaps by including disease colours in the database and generating styles dynamically.
Automatic building of Immunobase front page rather than relying on hardcoded tt files and styles.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Feature hilighter implementation of scoring system (OB and ES have some ideas)
- Scoring using a number in star
- Scoring using scaling of star size
- Scoring using colour/intensity.
Prototype all and combinations to see which looks best.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Extra column required in database core:disease table call disease_code varchar(3) - to follow codes used on current front page.
OB/PA did the following updates
Discussed a few things and here is a brief todo list.
Feature hilighter implementation of scoring system (OB and ES have some ideas)
- Scoring using a number in star
- Scoring using scaling of star size
- Scoring using colour/intensity.
Prototype all and combinations to see which looks best.