Giter Site home page Giter Site logo

hacktheplanet's People

Contributors

newtonjain avatar theshteves avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

tosfan4ever

hacktheplanet's Issues

Status changes on POST'ing to apis [All Users]

  • When POST'ing to certain API's we need to be changing status's for the front end to know whats up
  • init done
  • should throw some workflow errors if you try and change the status to something that doesn't make sense
  • tested

Scenic Trips [All Users] [Yelp]

  • have to add multiple-destination support to the Trip model
  • call Yelp api to get the best stuff around the location the Driver is

POST to trip_api is made by the Customer (the request to book the ride)

  • URL: /trip/
{
<trip_object>
}

Response on 200:

{
<trip_object WITH MORE DESTINATIONS AND SHIT>
}

image

@theshteves you were working on this sort of, lets discuss the implementation here

GET list of transactions [Driver]

  • URL: /transactions/<driver_id>
  • have no real idea what is getting passed back and forth here but i am going to guess
[
{
'driver_id:1212,
'price': 43.00
???
},
...
]

image

  • done
  • tested

iframe for route preview

 <iframe width="100%" height="450" frameborder="0" style="border:0;" <!-- display: none -->
            src="https://www.google.com/maps/embed/v1/directions?key=AIzaSyCBYtphSiDRCkgJdo9y3IomkqL2ZjEi1Oc"
            + "&origin=" + "berlin"
            + "&waypoints=" + "dusseldorf"
            + "&destination=" + "munich" allowfullscreen>
    </iframe>

obviously the src tag needs to have everything in one string. I need Newton to use his angular magic to formulaic offload all of the lat-long points into the src url.

new scenic route endpoint

  • returns yelp scenic locations
  • two times the front end should be calling this endpoint
    • when the user presses the adventurous button
    • when the user updates the location and has the adventurous button already clicked

front end list of stuff to do

  • get status changes working
  • delete bad fields
  • make text smaller
  • show interests in list view
  • one header title in profile

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.