View Issue Details

This bug affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
14767Feature requestsRemoteControlpublic2019-04-10 22:57
Reportersjjevana Assigned To 
PrioritynoneSeverityfeature 
Status newResolutionopen 
Summary14767: Add User-Survey-Permissions with RC
Description

Documentation should look like this:
/**

  • Adds User to Survey-Permissions and sets its Permissions
  • Failure status : Invalid survey ID, Invalid user ID, Invalid session key, No permission, No valid Data
  • @access public
  • @param string $sSessionKey Auth credentials
  • @param integer $iSurveyID - ID of the Survey
  • @param integer $iUserID - ID of the User
  • @param array $aAssessmentPermissions - A boolean array according to the assessments, á la "is the user allowed to create assessments": false, "..allowed to view/read assessments": true, and so on
  • @param array $aTranslationPermissions - same as above: "is the user allowed to view/read quick translations"
  • same for quotas, responses, ..., tokens
  • @return boolean success or failure
    */

Its by far not perfect, but you get the idea..

TagsNo tags attached.
Attached Files
ls_permissions.png (369,062 bytes)
Bug heat0
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

Issue History

Date Modified Username Field Change
2019-04-10 22:57 sjjevana New Issue
2019-04-10 22:57 sjjevana File Added: ls_permissions.png