Flowcell patch:
authorLorian Schaeffer <lorian@caltech.edu>
Thu, 20 Mar 2008 18:46:22 +0000 (18:46 +0000)
committerLorian Schaeffer <lorian@caltech.edu>
Thu, 20 Mar 2008 18:46:22 +0000 (18:46 +0000)
commitce78235d78932b6148367763e2ff5ee3cbbc37a0
tree7b7931e04c7a77a1a89748d5ea87ecdee23d20c6
parent790e98850806a218b1d8b4ebd720957c2276defc
Flowcell patch:
Table:
Added four "kit_#" fields to hold the lot #s for each kit
Added "cluster_station_id" field
Added "sequencer_id" field
Changed "lane_x_pM" to decimal instead of int
Changed "lane_x_cluster_estimate" to char instead of int

Display:
Search now works! Correct format for searching ForeignKeys is (name of ForeignKey in current model)__(name of linked field you want to search in ForeignKey's home model)
Set "save_as" option to be true
Reversed sort order for admin grid
Added flowcell_id to search function
Changed display of fields in detailed admin view
Removed "lane_x_cluster_estimate" from all views. Didn't remove the fields themselves in case the other group was planning to use them.
Changed order of fields in admin grid view
Made all fields in admin grid view link to correct page
gaworkflow/frontend/fctracker/models.py