CSC/ECE 517 Spring 2015 S1503 LWJZ

From Expertiza_Wiki
Revision as of 00:38, 1 April 2015 by Szhao8 (talk | contribs)
Jump to navigation Jump to search

E1526. JavaRosa Mobile Client

Introduction

Purpose

To add several modules to the EdenMobile client app based on the web2py framework to allow mobile users to add new shelters and hospitals, to see the list of hospitals and shelters both offline and online and pass their location to the nearest medical facilities.

Scope

We will realize the signup, secure login and logout function, which would add new module into the following files:
          communication.js
          controller.js
          model.js
          view.js

We will make it available in multiple languages environment which will implement the languages fold. We will add some new items including:“ hospital”, “vehicles” which will be added into the folder named “plugins”. The following file will be added into their corrsponding folders: hospitals:

             mHospital.js (model)
             hospital.js, editHospital.js, hospital.html, hospital.css, editHospital.html (views)
             hospitalController.js (controller)
             config.js(Giving details on the configuration of the plugin

vehicles:

             mVehicles.js (model)
             vehicles.js, editVehicles.js, vehicles.html, vehicles.css, editVehicles.html (views)
             vehiclesController.js (controller)
             config.js(Giving details on the configuration of the plugin)

Also, we find some bugs and eliminate them. These could be any possible file in this project.

Background

Documentation

Design

Use Cases

Troubleshoots