FullFact / health-misinfo-shared

Raphael health misinformation project, shared by Full Fact and Google
MIT License
0 stars 0 forks source link

gitignore database.db, and remove it from source code #44

Closed andylolz closed 5 months ago

andylolz commented 5 months ago

database.db is in version control, presumably added in error. It should be removed and gitignored.

dcorney commented 5 months ago

Not sure about this one: it might be useful to have a sample of extracted claims/processed videos here rather than starting from scratch. Plus we can store training data in here. Ideally, we'd have scripts to export/import/merge different samples but that's not needed for the MVP.

andylolz commented 5 months ago

Not sure about this one: it might be useful to have a sample of extracted claims/processed videos here rather than starting from scratch. Plus we can store training data in here. Ideally, we'd have scripts to export/import/merge different samples but that's not needed for the MVP.

^^ @dcorney the problem with doing that is: as soon as anyone writes to the database, they end up with local changes (that can then end up accidentally being committed to git).

The way to do the thing you’re suggesting is either:

I think either of those is fine.

dcorney commented 5 months ago

I like the seed script idea. I'll create a new issue for it so this can stay closed.