koenhendriks / CarParkSimulation

Java assignment for a car park simulation
GNU General Public License v3.0
1 stars 3 forks source link

Create Statistics View #6

Closed koenhendriks closed 8 years ago

koenhendriks commented 8 years ago

We need to add an extra view to the application that will output information as text. This new view should provide vital statistics for the management. In it you should display:

We need to make use of the AbstractView structure that can be found in the Life Project.

JoeyBB91 commented 8 years ago

Non-functional view has been set up. Further implementation is dependent on the Queue count implementation.

JoeyBB91 commented 8 years ago

Queue count has been added and is functional (see issue #8). We now need prices for the different types of payment (see issue #11). Only then can we determine the statistics during application run-time.

rubenbuisman commented 8 years ago

Created first version of statistic view. The current revenue is currently running for all days. We now need to create this for each day.