Skip to content

ucsb-cs56-projects/cs56-calculatewalkingtime

Repository files navigation

cs56-calculatewalkingtime

Calculates time by walking or by biking to get from building to building at UCSB

Javadoc

Building and Running Project

To run:

ant compile
ant run

To build javadoc:

ant javadoc

To clean:

ant clean

Features

There is a limited number of lists currently:

  • Calculate Time with Distance
    • Walking
    • Biking
    • Flying by Plane (Boeing 747)
  • Dropdown List for easier access
  • Simple Checkboxes
  • ClearAll button

Screenshots

Screenshot 1

Future Features

  • Refractor GUI
  • FULL Campus Map
  • Google API Integrated
  • GOLD Class Support
  • MORE TO COME

F17 final remarks

  • Begin by looking into MapGui and how the code works.
  • Then check the issues, the best point getter would be to implement Google API.
  • Before you start with Google API, you will need to learn Maven.
  • If you do not want to implement this, there is a work in progress.
    • Autocomplete is partially done, pull request 7. You can look at the different methods done, and implement them.
  • If you also start working on test cases, you will have the first 500 points done before you know it!