forked from kurund/CiviMobile-Prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
33 lines (22 loc) · 1.11 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
CiviMobile
Project Members:
Kyle Jaster - rayogram.com
Xavier Dutoit - techtothepeople.com
Peter McAndrew - thirdsectordesign.org
Donald Lobo - civicrm.org
Kurund Jalmi - civicrm.org
Purpose:
A Drupal module (and eventually independant webapp) that leverages the CiviCRM API v3 to provide a small but very effective mobile interface to your CiviCRM installation.
Tentative feature scope of version 1 - kerouac: to be released for CiviCON
- being able to login
- being able to search for a contact,
- display contact details (email, address, phone)
- being able to log a meeting (activity)
- being able to add a contact (name, organisation, email, phone)
TODO:
- they are 40 types of entity available on the API, quite a few features to add ;)
Beside that, things like canvassing or updating the status of participants (registered -> attended) seems to be some of the features that would benefit most a mobile interface.
if this project is ever going to grow, it needs a proper architecture on the jquery side
- a templating solution
- a MVC
Any suggestion of plugins to use more than welcome, patch even more welcomed ;)