Scifabric / pybossa

PYBOSSA is the ultimate crowdsourcing framework (aka microtasking) to analyze or enrich data that can't be processed by machines alone.
http://pybossa.com
GNU Affero General Public License v3.0
745 stars 269 forks source link

feat(task): notify on new task #1982

Closed jokruger closed 4 years ago

jokruger commented 4 years ago

Use onesignal (if configured) to notify volunteers on new task submitted.

teleyinex commented 4 years ago

Can you also open a PR to the docs so we can have this feature in the documentation?

teleyinex commented 4 years ago

@jokruger the tests are passing, so we can merge but we would need two extra items to merge this new feature into PYBOSSA:

As I've integrated this branch, you can just push the code directly to it, and then we will be able to merge it. Thanks a lot!!! And if you need help, let me know it.

teleyinex commented 4 years ago

Reopen it when you have integrated the changes that we requested.