crawly icon indicating copy to clipboard operation
crawly copied to clipboard

Configurable SendToUI Pipeline

Open FrancescoZ opened this issue 5 years ago • 4 comments

It would be nice to be able to select the module and the function to which the data is sent when doing

:rpc.cast(ui_node, CrawlyUI, :store_item,

is it something you could be interested in? For context: I'm using crawly to scan amazon, on top of it I've added something similar to CrawlyUI and I would like to send the item to that module. I workaround it by having a module called CrawlyUI that can handle the call but I would be nice to add it in the config

FrancescoZ avatar Dec 11 '20 12:12 FrancescoZ

Yes, I think it should be fine to do that. However, if the configuration is not set the pipeline should probably default to the CrawlyUI..

oltarasenko avatar Dec 11 '20 12:12 oltarasenko

I will try to open a pull request this weekend

FrancescoZ avatar Dec 11 '20 12:12 FrancescoZ

@oltarasenko can you give me the permission to push to the repo 🙏 ?

FrancescoZ avatar Dec 11 '20 13:12 FrancescoZ

Invite sent.

oltarasenko avatar Dec 11 '20 13:12 oltarasenko