usdot-fhwa-stol / cda-telematics

Apache License 2.0
1 stars 2 forks source link

Historical Data Page: Should not allow to upload the same .mcap file when it is upload in progress and upload status shall be all lowercase #227

Closed dan-du-car closed 4 months ago

dan-du-car commented 4 months ago

Summary

Users are allowed to upload the same .mcap file only when the upload status is ERROR. If upload is in progress or completed, the same file is NOT allowed to be uploaded again.

For better user experience, the upload status text should be lowercase.

Commit

develop

Expected Behavior

Should not allow to upload the same .mcap file when it is upload in progress and upload status shall be all lowercase

Actual Behavior

Users are allowed to upload the same .mcap file when upload is in progress. Upload status is in uppercase.

Steps to Reproduce the Actual Behavior

NA

Related Work

No response