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

Add support for making “temporary” queries #42

Open
progval opened this issue Dec 20, 2014 · 0 comments
Open

Add support for making “temporary” queries #42

progval opened this issue Dec 20, 2014 · 0 comments

Comments

@progval
Copy link
Member

progval commented Dec 20, 2014

I don't know how to name it better.

Basically, I would like to be able to write a module that performs operations on data returned by another module, without this other data being displayed to the user.
Example: if I want to write a module that answers (Donald Knuth,age,?). This module would ask other modules (the core?) for (Donald Knuth,birth date,?), get the answer, and make a substraction.

The only way for now is to hardcode the URL to the core in the module's config. It would be nice to have another way. (I don't like cyclic graphs.)

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

1 participant