CiviCRM Mobile Client WebApp

Published
2013-08-27 13:58
Written by

For the past several months, my team at the Alliance for Catholic Education at the University of Notre Dame have been working on developing a mobile client for CiviCRM. It is now hosted on GitHub HERE.

So what exactly does it do, and what is its purpose?  We know that with the increasingly mobile world, client relations need to be accessible on-the-go.  This is the main motivation behind the work we've done with our CiviCRM Mobile Client (not to be confused with CiviMobile). We have a demo running HERE.  Right now the client has functionality for viewing, searching, editing, and adding contacts with basic fields, notes and relationships (we have organizations, activities and tasks, also in the works but they’re a little buggy right now). We use the Client exclusively with Joomla right now and are very pleased with how it is developing.

We have noticed some limitations, however. Because we switched from the rest API to the ajax API after the move to Civi 4.3.x (when REST username and password authentication became obsolete), the built-in login for the client no longer functions, since all the verification relies on the CMS--whereas before you could login with a username and password to the rest API.  This introduces a problem for Joomla users (like us).  The verification for Joomla is reliant on a backend login, not a frontend one.  What we've settled on is having the admin login to the back end of the CMS (in our case, Joomla) and redirect to the mobile client from there.  So in order for an administrator to log in, he must first log into the backend of the website and THEN access the mobile client--not a very mobile-friendly set of tasks.  If frontend verification were supported for Joomla (as it is for Drupal), it would greatly increase accessibility and usability of our client for Joomla users.  (We posted on the forums about this HERE)  This is an important piece of functionality that should be supported by CiviCRM, but is not currently.  If anyone has familiarity with Joomla and Civi, as well as the skills to fix this problem, it would greatly support our efforts.

The client itself was deigned to be standalone, so theoretically it will work on any CMS that uses CiviCRM.  You won't have to worry about putting your clients' information at risk, since it uses the same security protocol (via the AJAX API) that Civi does!  It's just a matter of uploading the file to the server, and running the startup script that is included in the repository, and specifying  (The installation script currently only works for Joomla, but another script could easily be made for Drupal).  

We were hoping to get the Civi community involved in this project or to help merge it with the other Mobile work going on which we think will eventually be very useful to many CiviCRM users. Happy to hear your thoughts and contributions on how we might move forward with this project.

 

Filed under