OpenAdaptAI / OpenAdapt

AI-First Process Automation with Large ([Language (LLMs) / Action (LAMs) / Multimodal (LMMs)] / Visual Language (VLMs)) Models
https://www.OpenAdapt.AI
MIT License
756 stars 103 forks source link

[Bug]: hide fixture recordings in dashboard #813

Open abrichr opened 1 week ago

abrichr commented 1 week ago

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 commented 1 week ago

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

KIRA009 commented 1 week ago

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?