6c9260361fe78a7fff407ddadf1ad99a5fea21f2
kent
  Wed Sep 18 20:21:24 2019 -0700
Version 7 production/Version 8 dev begin checkin for Tuatara.

diff --git src/hca/hcat/mysite/versions.txt src/hca/hcat/mysite/versions.txt
index fbc501d..c700e62 100644
--- src/hca/hcat/mysite/versions.txt
+++ src/hca/hcat/mysite/versions.txt
@@ -45,15 +45,35 @@
 0.6 - Changes largely done to integrate in existing datasets and info from Parth's 
       project tracker, a nice tool at https://tracker.data.humancellatlas.org,
       that tracks bundles and matrix cell counts.   Table is hcat_tracker. Visible changes include
          - 22 new projects (we only had 2 of the already submitted ones before)
 	 - New "Tracking after submission" object in the admin.  This has most of
 	   the nonredundant fields from Parth's tracker that weren't already in the
 	   "Projects" part.  The list display shows mostly bundle counts and if it
 	   has a matrix computed an actual number of cells!
 	 - The "post-submit" section of the project details page is gone, and replaced
 	   with a section now at the bottom called "post-submission tracking - bundles and cells"
 	   which is just an inline non-editable view of the tracker info.
 	 - Note that the import of both project descriptions and validated spreadsheets
 	   was done manually and is incomplete.  I think I'd like wrangler help to
 	   do about 15 of these from when the ingest ui site seems to have lost track of
 	   the spreadsheets.
+0.7 - Put in a json API.  
+           <tuataraUrl>/api  - Gives you list of api entry points, 
+           <tuataraUrl>/api/project  - Gives you list of projects
+           <tuataraUrl>/api/contributor  - Gives you list of contributors
+           <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"
+