Refactor: Drop MongoDB (#48)

* feat: replace mongodb with sqllite

* feat: update docker compose to drop mongo

* chore: drop logs

* chore: cleanup

* fix: unit tests

* fix: workflow

* fix: workflow run
This commit is contained in:
Jayden Pyles
2024-11-21 18:11:46 -06:00
committed by GitHub
parent 7d80ff5c7f
commit 563ca2245e
26 changed files with 295 additions and 201 deletions

View File

@@ -9,9 +9,6 @@ from api.backend.job.models.job_options import JobOptions
import pydantic
class Element(pydantic.BaseModel):
name: str
xpath: str