/mobile-messaging

PhoneGap mobile app to get notifications of new messages from the Chamilo LMS campus of your choice

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Chamilo LMS Mobile Messaging app

This is a Cordova mobile app to get notifications of new messages from the Chamilo LMS campus of your choice.

The finished application should:

  • allow you to connect to one or more Chamilo LMS campuses
  • notify you when you have a new message on the Chamilo LMS campus(es)
  • store your messages locally (but not allow you to answer just yet)

Spirit of this project

This is developed as a side project and it might require a few updates to Chamilo itself for the first version to work (web services in Chamilo will have to be extended for it to work).

As a consequence, we will try to use PSR-1 and PSR-2 coding conventions as a base, but we know they will not be adapted to our development, so we will update that in the future.

Installation

First, clone this repository

cd mobile-messaging

Add the Android platform

cordova platform add android

Build an Android APK

cordova build android

Install on an Android device

cordova run android

Contributing

This development is taken as a side-project, so it might advance slowly at first. Please feel free to send Pull Requests through Github, we will review and include them if we feel they're bringing value.

Coding conventions are not clear at this time as we're mainly PHP developers trying out HTML+JS stuff to generate a mobile app, but we have good grounds with PSR-1 and PSR-2, so we will not accept ugly code, but we will comment on it.