letmegoforit / APP-EigenAds

0 stars 0 forks source link

HowToUse #8

Open letmegoforit opened 7 years ago

letmegoforit commented 7 years ago

www.zbkjwh.com/eigen image

start today:

will go to www.zbkjwh.com/eigen/index/index.html image for login and enter the dashboard/forum. login with email and password part with several functionalities image After sign in , with user posts, you can post for test and your name and post content will show up. image image

Still working on showing the user's travels as posts show on this page which will serve as a dashboard. Need 1 day. image image


map your day:

will go to www.zbkjwh.com/eigen/index/map.html This page retrive region data from firebase database.You can toggle the visibility of region polygon. image image image image


locate car:

will go to https://www.zbkjwh.com/eigen/MAP/maplocationPrecise.html Precise current location locating. However on IOS or MAC ,you have to use https:// can not use http:// to locate your position. Or you can use localhost to test. image I am in UofM , US right now. Love Canada more!


firebase database link: https://eigenads-b4542.firebaseio.com/ For now ,read write with true. { "rules": { ".read": true, ".write": true } }

Database json export: eigenads-b4542-export.json.zip

letmegoforit commented 7 years ago

Later-Polylines

image https://github.com/batmannolove/APP-EigenAds/blob/master/MAP/polylineRemove.html

use polyline to show every travel route . /User-Travel/User-Id/Travel-Key

letmegoforit commented 7 years ago

Later-DetailTravel

I bought the UI design from the ui8.net https://ui8.net/categories/all?top=1639 image image


image The front end page is done. Still working on the database backend part.

letmegoforit commented 7 years ago

Later-AllTravels

image

letmegoforit commented 7 years ago

Later-Reports

image

letmegoforit commented 7 years ago

Now

The code is still hot and fresh I have not cleaned up the code and add comments wrap up the functions give out the interface for functions. In one or two days, the code will be more "readable and friendly and extendable".