Skip to content
sean-morris edited this page Jun 17, 2014 · 10 revisions

A list of pieces to do:

  • Configure the New Run and Edit Run Form
  • Disable the New Scenario, New Run, and Execute Run buttons until a Project file is loaded
  • New icons for New Scenario, New Run and Execute Run on the accordion panels
  • Export Project File: This is set up. Two pieces are needed now: 1. Write all the stores to a JSON string when save project called 2. Write the JSON formatter method in the Download Servlet
  • Execute Run: The REST call is configured. It just needs the scenario data passed from the UI and then the actual execution of the simulation from the servlet configured.
  • Launch the simulator on the server side with data from UI
  • margin on panel headers cuts off icons - irritating
  • collapsing center region should expand the map region
  • View calibration and traffic management items in center region when clicked

Deployment Process:

This lines out what a new user needs to do to get this application running on their local machine.

  1. Clone this repository : git clone repo-name

  2. From the root directory, run jetty(local web server) : mvn jetty:run

  3. In your browser: http://localhost:9090/L0-ui-0.101-SNAPSHOT/main.html

Note: Any changes to REST or Servlet calls requires a editing the java files in the java folder under the folder, main.

Clone this wiki locally