Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Editing allows user to edit the same class of parameters as create. However, instead of being as a step-by-step process, we arrange the parameters as tabs. By doing so, we efficiently reduces the button clicks if user only wants to edit "history". 

2. While editing, we automatically save users modification. 

LocaShare overview

 

 

 

 







Design decisions for LocaShare overview:

Implementation:

Wiki Markup
LocaShare is a web-based mobile application that can be used across a wide-range of mobile browsers. The server-side code is written in PHP, while the client-side code is written in Javascript/AJAX/jQuery mobile. We used Google Maps API and a jQuery plugin called addresspicker \[1\] to incorporate maps in the application. The application uses a Model-View-Controller (MVC) framework that was taught in the 6.831 course. Finally, we used a MySQL database to store data.

...