Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

user permission management #73

Merged
merged 39 commits into from
Aug 25, 2015
Merged

user permission management #73

merged 39 commits into from
Aug 25, 2015

Conversation

jcscottiii
Copy link
Contributor

No description provided.

@codecov-io
Copy link

Current coverage is 93.27%

Merging #73 into master will decrease coverage by -1.39% as of f5961bc

@@            master     #73   diff @@
======================================
  Files            4       4       
  Stmts          281     431   +150
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            266     402   +136
  Partial          0       0       
- Missed          15      29    +14

Review entire Coverage Diff as of f5961bc


Uncovered Suggestions

  1. +1.39% via ...c/app/controllers.js#89...94
  2. +0.93% via ...c/app/controllers.js#76...79
  3. +0.70% via .../app/cloudfoundry.js#437...439
  4. See 7 more...

Powered by Codecov. Updated on successful CI builds.

app.controller('OrgManagementCtrl', function($scope, $cloudfoundry, $routeParams, MenuData) {
loadOrg(MenuData, $routeParams, $cloudfoundry, $scope);
var renderOrgUsers = function(users) {
console.log(users);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove debug statements?

@jcscottiii
Copy link
Contributor Author

image

@jcscottiii
Copy link
Contributor Author

Still working on this

@jcscottiii
Copy link
Contributor Author

image

image

image

Need to switch from using invite by email to invite by username because multiple users can have the same email.

@jcscottiii jcscottiii force-pushed the userperm branch 2 times, most recently from 89b1705 to b99a75d Compare August 23, 2015 18:24
jcscottiii added a commit that referenced this pull request Aug 25, 2015
user permission management
@jcscottiii jcscottiii merged commit 4247700 into master Aug 25, 2015
@jcscottiii jcscottiii deleted the userperm branch August 28, 2015 17:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants