bezlio / bezlio-gallery

Collection of bezls that you can import and use in your Bezlio account
MIT License
3 stars 0 forks source link

Sales Rep - Trip Planner #61

Open aellis opened 6 years ago

aellis commented 6 years ago

Add trip planner to the gallery from apps. Convert to a standard data subscription and pull in code locally.

OnlyAGhost commented 6 years ago

This is an existing one but a popular one, let's give it some love.

aellis commented 6 years ago

trip-planner.zip

aellis commented 6 years ago

Login: sales-rep@bezl.io / sales

kmansfield commented 6 years ago

Trip Planner.txt

Here is the UI for the trip planner Bezl. UI is mostly done, but will need to have tabs installed once Angular Materials is fully installed into gallery. I'll need to look at it again once that is ready.

Here's some JS things it will need done:

  1. Starting Destination like old one
  2. Functionality for move buttons for list of stops on the route (move up and down like old)
  3. Map
  4. Directions
  5. Search and filter. Search should have type-ahead functionality like on previous version
  6. Pagination (should be similar to accounts view bezl)

I added in a few functions just to give an idea of how the interactions with certain UI elements should be styled. I did these in jQuery, so that can also be changed to Angular if needed.