Skip to content

Robo-Project/taxiservice

Repository files navigation

Taxiservice

This is a class that simulates taxi drives.

Running it

DbBot proved not to be suitable for saving task related data. This is why we had to create our own dbsaver, that saves required data from the task. More about that here

Schema:

taxi_drives

column type not null description
xml_hash TEXT primary key, a SHA1 hash of the source file
driver TEXT taxi driver
car_number INTEGER number of car
start_time DATETIME when was taxi drive started at
length_of_drive FLOAT length of drive in kilometers
duration_of_drive FLOAT duration of drive in minutes
end_time DATETIME time when drive was finished
passengers INTEGER number of car
price FLOAT price in eur
reason_for_failure TEXT if drive failed, the reason
trip_succeeded BOOLEAN trip succeeded or not
test_runs_id INTEGER foreign key to test_runs.id

Dashboard queries and panels

alt text

Detailed queries and information can be found here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors