Skip to content

Commit

Permalink
task assignment for admins (#2728)
Browse files Browse the repository at this point in the history
* fix task assignment and project reads for admins #2684

* new snapshots (admin sees more projects now in api)
  • Loading branch information
youri-k authored and fm3 committed Jun 12, 2018
1 parent caff121 commit 7ff01ba
Show file tree
Hide file tree
Showing 6 changed files with 1,395 additions and 245 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,29 @@ Generated by [AVA](https://ava.li).
team: '570b9f4b2a7c0e3b008da6ec',
teamName: 'team_X1',
},
{
expectedTime: 90,
id: '68135bfd2faeb3190181c058',
name: 'Test_Project2',
owner: {
email: '[email protected]',
firstName: 'user_D',
id: '870b9f4d2a7c0e4d008da6ef',
isAnonymous: false,
lastName: 'BoyD',
teams: [
{
id: '69882b370d889b84020efd4f',
isTeamManager: true,
name: 'team_X2',
},
],
},
paused: false,
priority: 100,
team: '69882b370d889b84020efd4f',
teamName: 'team_X2',
},
]

## projects-getProjectsWithOpenAssignments()
Expand Down Expand Up @@ -161,6 +184,30 @@ Generated by [AVA](https://ava.li).
team: '570b9f4b2a7c0e3b008da6ec',
teamName: 'team_X1',
},
{
expectedTime: 90,
id: '68135bfd2faeb3190181c058',
name: 'Test_Project2',
numberOfOpenAssignments: 10,
owner: {
email: '[email protected]',
firstName: 'user_D',
id: '870b9f4d2a7c0e4d008da6ef',
isAnonymous: false,
lastName: 'BoyD',
teams: [
{
id: '69882b370d889b84020efd4f',
isTeamManager: true,
name: 'team_X2',
},
],
},
paused: false,
priority: 100,
team: '69882b370d889b84020efd4f',
teamName: 'team_X2',
},
]

## projects-increaseProjectTaskInstances(projectName: string, delta?: number)
Expand Down
Binary file not shown.
Loading

0 comments on commit 7ff01ba

Please sign in to comment.