v0.2.0 progress
authorBrandon King <kingb@caltech.edu>
Wed, 14 May 2008 00:01:27 +0000 (00:01 +0000)
committerBrandon King <kingb@caltech.edu>
Wed, 14 May 2008 00:01:27 +0000 (00:01 +0000)
commit1aa3d8e9730c7c2db67564d771e592fb84feecad
tree95fb5abd6c48a29054d228c8a3dbf55f8eba0c91
parentd28c780eda9e3727ec9610095c627406c404588a
v0.2.0 progress
 * Commented out eland_result table as it is not being used by either site and Stanford has implemented something that is probably more useful, so we will like import that.
 * Person has been renamed to UserProfile and has been intergrated with the user profiles feature of Django (http://www.djangobook.com/en/1.0/chapter12/#cn222), which allows you to get access to the "profile" information by using user.get_profile().
 * Added Lab which just contains a name... This will be used to implement user/lab level access to Flowcell/Library information.
gaworkflow/frontend/fctracker/models.py