CSC/ECE 517 Spring 2015 S1503 LWJZ: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 24: Line 24:


==Background==
==Background==
===What’s Sahana Eden?===
Sahana Eden is an Open Source Humanitarian Platform which can be used to provide solutions for Disaster Management, Development, and Environmental Management sectors. It is the latest evolution of Sahana Software which was initially developed by members of the information technology (IT) community in Sri Lanka to provide solutions for the relief effort following the 2004 Indian Ocean Tsunami. <br><br>
==Documentation==
==Documentation==
=Design=
=Design=
=Use Cases=
=Use Cases=
=Troubleshoots=
=Troubleshoots=

Revision as of 00:40, 1 April 2015

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

What’s Sahana Eden?

Sahana Eden is an Open Source Humanitarian Platform which can be used to provide solutions for Disaster Management, Development, and Environmental Management sectors. It is the latest evolution of Sahana Software which was initially developed by members of the information technology (IT) community in Sri Lanka to provide solutions for the relief effort following the 2004 Indian Ocean Tsunami.

Documentation

Design

Use Cases

Troubleshoots