User Tools

Site Tools


stats:proc:leaveteam

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
stats:proc:leaveteam [2011/10/24 15:53]
Patrick Michel created
stats:proc:leaveteam [2012/05/29 16:48]
Patrick Michel
Line 2: Line 2:
  
 <code xcend> <code xcend>
-leaveTeam(string ​uid, string ​id, string ​studentId) { +leaveTeam(ident uid, ident id, ident studentId) { 
-  assume exists //​accounts/​account[uid]/​tutor[id]/​group[//​exercises/​exercise[id]/​student[studentId]/​group];​+  assume exists //​accounts/​account[uid]/​tutor[id]/​group[//​exercises/​exercise[id]/students/​student[studentId]/​group];​
     # implies the existence of the student, the exercise, the group and enough rights by a tutor account     # implies the existence of the student, the exercise, the group and enough rights by a tutor account
    
-  assume exists //​exercises/​exercise[id]/​student[studentId]/​team;​+  assume exists //​exercises/​exercise[id]/students/​student[studentId]/​team;​
    
-  ​delete ​//​exercises/​exercise[id]/​student[studentId]/​team;​+  ​remove ​//​exercises/​exercise[id]/students/​student[studentId]/​team;​
 }</​code>​ }</​code>​
  
stats/proc/leaveteam.txt · Last modified: 2013/07/10 12:34 (external edit)