PrivacyScore / privacyscanner

Privacyscanner is the new scanning backend component of a future PrivacyScore version
MIT License
20 stars 11 forks source link

What's the schema supposed to look like for the `run_workers` part of the script? #4

Closed maltekrupa closed 6 years ago

maltekrupa commented 6 years ago

Hi,

I'm getting crazy here trying to figure out a valid schema that makes it possible to use the run_workers command. Yesterday I hacked something together that kind of works for a single module but as soon as I try to add a second module everything falls apart. I'm playing around with it for way too long now, so I wanted to ask you if it would be possible to add the database schema to this repo?

Thanks a lot in advance!

Malte

hprid commented 6 years ago

Hi Malte,

Here is a gist with the relevant models from the privacyscore version which is currently in development as well as a pg_dump from the database. I hope that helps for now.

I will extract the relevant part together some documentation later on, and add it to the repository.

Feel free to ask us right away if you have any questions.

hprid commented 6 years ago

There is now a schema.sql with commit aa7f3e85f97c984321a85f66a050f52b50ff47dd. Documentation will follow the next days.

maltekrupa commented 6 years ago

Thanks a lot!