8aaa6e02216f5a454a7bd64c180181dee2eab5cd
kent
  Fri Sep 27 11:21:08 2019 -0700
Implementing wrangler requests as described in versions.txt.   Mostly this is trimming some things they felt were unneeded,  renaming some fields,   splitting apart project-status and wrangling-status,  and moving the biological information up to a more visible part of the project details page in the admin.  Also there is a tiny bit of experimenting on non-admin views.

diff --git src/hca/hcat/mysite/versions.txt src/hca/hcat/mysite/versions.txt
index 465f9b6..baf7abd 100644
--- src/hca/hcat/mysite/versions.txt
+++ src/hca/hcat/mysite/versions.txt
@@ -64,24 +64,32 @@
            <tuataraUrl>/api/organ  - Gives you list of organ
            <tuataraUrl>/api/disease  - Gives you list of diseases
            <tuataraUrl>/api/tracker  - Gives you list of project post-submission tracking
       Where I'm hoping tuataraUrl will be https://tuatara.data.humancellatlas.org,  but
       at the moment it's http://hgwdev.gi.ucsc.edu:8123/
 	   Also Changes suggested by Will and Chris after putting in some of their
       projects in particular:
           - there's a "shared_google_sheet" url that they may use sometimes in place of
 	    the spreadsheet to/from lab fields.
 	  - the staging area is text instead of URL since S3 didn't work in URL
 	  - "chat url" is now called "git ticket url."  If we can figure out a way to
 	    start a git ticket when a project is started it'd save them some clicks.
       Chris didn't like seeing "wrangler diseases" and the like, since the diseases really
       weren't about the wranglers, so am prefixing the less public/more preliminary tables
       with "x" instead of "wrangler"
-0.8 - Changes made primarily from wrangler feedback
+0.8 - Changes made primarily from wrangler feedback.  In general this consisted of simplifying
+      things by removing tables or fields people didn't really want,  renaming things where the
+      meaning wasn't clear, not sharing contributor contact info beyond name.  This version does
+      not address any wrangler specific views but it should contain most of the database changes.
       - Removed responder fields from project since wranglers felt they weren't needed as 
         separate from the contacts fields.
       - Removed assay type fields and table.
-      - Added WranglingStage model and field as distinct from state_reached.
+      - Renamed state_reached to status and cur_state to wrangling_status.
+      - Added WranglingStatus model and field as distinct from overall ProjectStatus.
       - Moving wrangler sections to bottom of the project page.
+      - Changed "wrangler1" to "primary wrangler" and "wrangler2" to "secondary wrangler"
       - Made API only return name, projects, and labs from contributors since other info especially 
         contributors might want wranglers to have but not the web at large.
       - Made pubmed id and doi fields optional for publications
+      - It's not visible in code but in database I adjusted some tables to view only for wranglers
+        at their request including species.
+      - Buried Grant and Wrangler behind an x in the admin list since these are also seldom used.