OpenAdapt icon indicating copy to clipboard operation
OpenAdapt copied to clipboard

[Bug]: hide fixture recordings in dashboard

Open abrichr opened this issue 1 year ago • 2 comments

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.

abrichr avatar Jun 29 '24 16:06 abrichr

Let's add a column to the recording table indicating that this is a fixture, and hide it in the dashboard.

abrichr avatar Jul 01 '24 16:07 abrichr

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?

KIRA009 avatar Jul 04 '24 07:07 KIRA009