usdot-fhwa-stol / cda-telematics

Apache License 2.0
1 stars 2 forks source link

Historical Data Processing: Web UI changes file name to lowercase #235

Closed adev4a closed 2 months ago

adev4a commented 3 months ago

Summary

During verification testing for cav telematics it was found that the while uploading rosbag files with capital letters in its name - the UI changes the displayed names to be all lowercase. The original file name and measurement name remains unchanged and the rosbag can be successfully processed. This means that the file is not renamed and the nats request sent by the ui to the processing service has the correct name.

Uploaded file display image

Uploaded file in S3 bucket image

Grafana showing data for original file name as measurement image

Commit

release/neon

Expected Behavior

The displayed rosbag file name should be remain the same on the UI.

Actual Behavior

The rosbag displayed name on the UI is changed to lowercase.

Steps to Reproduce the Actual Behavior

  1. Login to Telematics web ui
  2. Go to historical data processing tab
  3. Upload a ros2 .mcap file with Captalized letters in name of the file
  4. Refresh the UI and check the name of the file added to the record

Related Work

No response

adev4a commented 2 months ago

Closed with PR #238