You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/06/02 19:40:59 UTC

[jira] [Commented] (VCL-952) API modifications to allow interaction via "VCL go" iOS app

    [ https://issues.apache.org/jira/browse/VCL-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15312927#comment-15312927 ] 

ASF subversion and git services commented on VCL-952:
-----------------------------------------------------

Commit 1746619 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1746619 ]

VCL-952 - API modifications to allow interaction via "VCL go" iOS app

the initial work for the VCL OneClick (renamed to VCL go) was done as a student project in the NCSU CSC Cloud Computing class in the Spring of 2012 by a group headed by Ignacio Dominguez

oneclick.php - initial commit

states.php:
-added newOneClick (also added to $actions['entry'])
-added submitOneClick
-added deleteOneClick
-added editOneClick
-added submitEditOneClick

utils.php:
-modified initGlobals: added case oneclicks to switch statement that includes files to include oneclick.php
-modified getUserRequests: added ostype to returned data for each reservation
-modified xmlrpccall: added XMLRPCgetOneClickParams, XMLRPCgetOneClicks, XMLRPCaddOneClick, XMLRPCeditOneClick, XMLRPCdeleteOneClick, and XMLRPCgetIP
-modified getNavMenu: added "VCL gos" to menu
-modified getDojoHTML: added cases newOneClick, editOneClick, submitOneClick, submitEditOneClick, and deleteOneClick to switch statement

xmlrpcWrappers.php:
-modified XMLRPCgetRequestIds: added ostype and serverowner to data returned for each reservation
-added XMLRPCgetOneClickParams
-added XMLRPCgetOneClicks
-added XMLRPCaddOneClick
-added XMLRPCeditOneClick
-added XMLRPCdeleteOneClick
-added XMLRPCgetIP

> API modifications to allow interaction via "VCL go" iOS app
> -----------------------------------------------------------
>
>                 Key: VCL-952
>                 URL: https://issues.apache.org/jira/browse/VCL-952
>             Project: VCL
>          Issue Type: Improvement
>          Components: database, web gui (frontend)
>            Reporter: Josh Thompson
>             Fix For: 2.5
>
>
> There is an iOS application (VCL go) created by NCSU that allows interacting with a VCL system. There are some extensions needed to allow it to interact with VCL.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)