Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin daje znac gdy nie znalazl dopasowania #15

Open
KrzysztofMadejski opened this issue Mar 14, 2017 · 2 comments
Open

Plugin daje znac gdy nie znalazl dopasowania #15

KrzysztofMadejski opened this issue Mar 14, 2017 · 2 comments

Comments

@KrzysztofMadejski
Copy link
Member

Fajnie jakby plugin informował, na których stronach nie udało sie znalezc dokładnego dopasowania! Ma te informacje.

@KrzysztofMadejski
Copy link
Member Author

displayUnmatchedFacts https://github.com/kodujdlapolski/factchecker-plugin-chrome/blob/demagog/src/js/factual_client.js#L134
powinno zostać zastąpione przez tą funkcjonalność

@KrzysztofMadejski
Copy link
Member Author

A właściwie zamiast wywołania w linijce https://github.com/kodujdlapolski/factchecker-plugin-chrome/blob/demagog/src/js/factual_client.js#L131 powinno być this.reportUnmatchedFacts(this.unmatchedFacts);, które by wysyłało pinga do API zaimplementowanego jako jedna z opcji tu: https://github.com/kodujdlapolski/factchecker-plugin-chrome/blob/demagog/src/js/factual_background.js#L113

Tłumaczę: Client i Background to dwa różne komponenty pluginu komunikujące się wiadomościami, bo client wykonuje operacje na stronie, a Background ma prawo do komunikacji z serwerem.

Niech do API idzie POST na /report_unmatched_sources z treścią:

[{"url": url,
"standardized_url": "", // this.standardizeUrl(url)
"text": fact.text
}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants