Skip to content
Nathan Castle edited this page Jul 26, 2014 · 1 revision

When the application is first deployed, some data is needed, but the dependencies and business rules can make it difficult to determine the correct order. The following need to be done before really digging in to the application.

  1. A workshop needs to be set up. All maintenance events, workhours, and inspections are associated with a workshop.
  2. A bike rack needs to be set up. A bike starts its life at a bike rack, so you can't create a bike without having created a bike rack first.
  3. Make sure the application settings are configured properly. These include the max rent period, how frequently to perform inspections, and other important things that are critical to the proper functioning of the application.
Clone this wiki locally