tracking-exposed / trex

youtube & tiktok analysis + youchoose recommendation custmizer. backend, extensions, and tooling
https://docs.tracking.exposed
GNU Affero General Public License v3.0
55 stars 15 forks source link

[guardoni] domain specific configuration #543

Open ascariandrea opened 2 years ago

ascariandrea commented 2 years ago

The behavior guardoni has to assume may differ from platform to platform and should be possible provide different implementation for guardoni execution based on the platform domain.

At the moment all the logic is inside guardoni, but it can be easily extracted and passed as option on launch.

vecna commented 2 years ago

Thanks for the input; the domainSpecific behavior can't be generalized and make sense that we foresee a kind of "plugin list" for every supported platform.

I agree with the idea of developing domain specific options, list --options or some dedicated column into the CSV.

I think this might come after #575 as the experiments/directive logic is going to be quite generalized.