a0ed68b1fddb7782e86481e27b972fa14caec97e kent Fri Sep 6 14:03:30 2019 -0700 Recording latest mods. diff --git src/hca/hcat/mysite/versions.txt src/hca/hcat/mysite/versions.txt index 7981c5e..d6f0dd1 100644 --- src/hca/hcat/mysite/versions.txt +++ src/hca/hcat/mysite/versions.txt @@ -25,25 +25,27 @@ I've had to do pretty painful patches two or three times now. :-( I'll probably figure out the pattern though. 0.5 - Changes done largely in response to feedback from the wranglers and Max. These include - Making the comments simple text fields rather than many-to-many relations with a hcat_comment table. - Making a wrangler table, to add more info without burdening contributor. This should also make it simpler to filter by wrangler. - Made some fields in the lab optional. - You can filter projects by wrangler1. - Added chat url to overall section - Added a new submission step - assigned to curator - The contributor role is now a key into a vocab table. There's roles defined for program officer (Jonah), pipeliner (Tim), analyst (Jing Zhu and Max), lab contact (not enough), PI (too many), intern (just enough) + - The submission steps section is changed to be date first, and a few have been + renamed, notably curation. In anticipation of working with interns I made an Intern object similar to the Wrangler one. I also added SoftwareDeveloper while I was in there. I made a new group, pipeliners, and a new user, Tim Tickle. The pipeliners in general get access to almost all the hcat tables except Curators and SoftwareDevelopers. Tim as an individual in addition to his pipeliner privileges can do creates and updates on Contributors and Labs. Jonah got universal read privs inside of hcat (not the user/auth bits) and create/update privs on grants, contributors, labs, and species. I'm saving delete privs just to slow down the mess ups.