From 340f2790afc511170f02c541489b170c84eccb20 Mon Sep 17 00:00:00 2001 From: idoctnef Date: Mon, 10 Oct 2016 19:46:00 +0200 Subject: [PATCH] v010 --- www/js/controllers.js | 3 +++ www/templates/favsList.html | 4 ++-- www/templates/help.html | 39 +++++++++++++++++++++++++++++-------- www/templates/settings.html | 3 +++ www/templates/travel.html | 4 ++-- www/templates/user.html | 4 ++-- 6 files changed, 43 insertions(+), 14 deletions(-) diff --git a/www/js/controllers.js b/www/js/controllers.js index f233ca6..bbe9473 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -339,6 +339,7 @@ angular.module('starter.controllers', ['pascalprecht.translate']) }, function(response) { // optional // failed + $ionicLoading.show({ template: 'failed to generate new publication, all input fields needed', noBackdrop: true, duration: 2000 }); }); // Simulate a login delay. Remove this and replace with your login @@ -380,6 +381,7 @@ angular.module('starter.controllers', ['pascalprecht.translate']) }, function(response) { // optional // failed + $ionicLoading.show({ template: 'failed to generate new publication, all input fields needed', noBackdrop: true, duration: 2000 }); }); // Simulate a login delay. Remove this and replace with your login @@ -423,6 +425,7 @@ angular.module('starter.controllers', ['pascalprecht.translate']) }, function(response) { // optional // failed + $ionicLoading.show({ template: 'failed to generate new publication, all input fields needed', noBackdrop: true, duration: 2000 }); }); // Simulate a login delay. Remove this and replace with your login diff --git a/www/templates/favsList.html b/www/templates/favsList.html index daf8a85..1452195 100644 --- a/www/templates/favsList.html +++ b/www/templates/favsList.html @@ -16,9 +16,9 @@

{{fav.username}}

-
+ diff --git a/www/templates/help.html b/www/templates/help.html index 5a9756d..f779e9f 100644 --- a/www/templates/help.html +++ b/www/templates/help.html @@ -1,19 +1,42 @@ - +

- help instructions here + (help instructions here)

+ This is a car sharing App. +

+

+ The main concept of the app, is sharing offers to share travels in car. +
+ There are 3 types of publication: +

+

+

    +
  • +

    Travel offer

    + + For example: I'm going with my car to a place, in my car can go more people. +
  • +
  • +

    Travel ask

    + + For example: I need to travel a place, can somebody take me there? +
  • +
  • +

    Package send ask

    + + For example: I need to send some package to a place, can somebody carry it to there? +
  • +
+

+

+ To create a new publication, just need to go in to 'Travels' section in the main menu, and select one of the 3 top buttons:

-

- - - -



-

not yet

+

(not finished yet)...

diff --git a/www/templates/settings.html b/www/templates/settings.html index 5aacb7e..5db22d0 100644 --- a/www/templates/settings.html +++ b/www/templates/settings.html @@ -9,5 +9,8 @@ +

+ version: CarsInCommon-v010 +

diff --git a/www/templates/travel.html b/www/templates/travel.html index 244d515..07971c8 100644 --- a/www/templates/travel.html +++ b/www/templates/travel.html @@ -26,9 +26,9 @@ {{travel.phone}}

- + @{{travel.telegram}} - +

diff --git a/www/templates/user.html b/www/templates/user.html index e5db52b..e724c88 100644 --- a/www/templates/user.html +++ b/www/templates/user.html @@ -8,9 +8,9 @@

{{user.description}}

{{user.mail}}

- + @{{user.telegram}} - +