OpenAdapt
OpenAdapt copied to clipboard
[Bug]: hide fixture recordings in dashboard
Describe the bug
When running the dashboard for the first time, I expect there to be no recordings. However the fixture recording is there. This would be fine except that it doesn't contain any images.
To Reproduce
Download and run main build.
Let's add a column to the recording table indicating that this is a fixture, and hide it in the dashboard.
The only place where the data is loaded from fixtures.sql, is in setup_database, and the database into which it is recorded is recording.db, different from the database used over the project. I tried a fresh install (download -> unzip -> run) and I don't see any recordings.
@abrichr Could you try on a fresh install and see if thats the case?