Project Description:
Hi, the project we need is a plugin for worpress that will interact with a backend for mobile applications (www.parse.com).
the interface input will contain:
Client ID (string) - selection of ID (name of the client);
Text (string) - text box;
Image/Video (file input) - upload for multiple files/images;
Save Changes - button to upload all the changes to the parse.com cloud service.
Parse.com already has a API for php but the API is incomplete since parse.com is able to do much more and the php API is missing the interaction with users.
A very important part of the plugin will be the interaction with the parse.com cloud.
Get the list(Query) of the client IDs(names) and populate the plugin.
Save the data on the parse.com cloud.
It will work like this:
Admin enters the worpress website --> opens the plugin window --> chooses the client that is already registered in the parse.com cloud --> adds tex/images/files to that users account --> uploads the content to parse --> IOS application grabs the new data from the parse.com cloud.