aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/router.js
Commit message (Collapse)AuthorAgeLines
* add and use mechanism to allow reverse transitionsStruan Donald2013-05-29-0/+9
|
* check logged in status by using api callStruan Donald2013-04-26-1/+1
|
* include and correctly use save offline viewStruan Donald2013-04-25-1/+1
|
* basic login page and link from map screenStruan Donald2013-04-24-1/+7
|
* only confirm name, phone and anonymity if we have the email and password ↵Struan Donald2013-04-24-0/+11
| | | | when submitting
* do not use transitions when navigating from front pageStruan Donald2013-04-23-1/+9
|
* display a save for later page if between starting the report andStruan Donald2013-04-18-0/+6
| | | | submitting it we have gone offline
* if no internet connection then allow the user to create an offlineStruan Donald2013-04-12-1/+13
| | | | | | | | | report with a title, details and a photo Alter the checking for in progress reports not to require a location as offline reports might not have one Also add a holding page for a users reports
* if the user has a saved report then ask them if they want to use thatStruan Donald2013-04-09-0/+6
| | | | when they start the app
* Trying to use the same model for both remote and localStorage wasStruan Donald2013-04-08-12/+12
| | | | | involving all sorts of hackery so it's easier and cleaner to move to separate models for reports and drafts
* if geolocation fails display search page with messageStruan Donald2013-04-08-1/+1
|
* save and load current report on app pause and resumeStruan Donald2013-04-02-0/+6
|
* simple address search functionalityStruan Donald2013-03-21-0/+6
|
* remove unnecessary semi-colons that jslint objects toStruan Donald2013-03-07-1/+1
|
* change the workflow of the user details screen to seperate out askingStruan Donald2013-03-06-0/+18
| | | | | for passwords/email to different screens only works for email screen at moment
* add in placeholder sent pageStruan Donald2013-03-04-1/+7
|
* basic routing to submit screenStruan Donald2013-03-01-1/+7
|
* add report model and use it to store and fetch categories for details templateStruan Donald2013-03-01-4/+4
|
* add in details screenStruan Donald2013-02-28-1/+7
|
* add in photo page and navigation to pageStruan Donald2013-02-28-5/+11
| | | | also used jquery mobile pageshow/hide events instead of our own
* around page doing GPS locate and showing mapStruan Donald2013-02-28-2/+3
|
* WIP around page displayStruan Donald2013-02-28-0/+11
|
* cut back to basic backbone based appStruan Donald2013-02-27-0/+34