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

Universal apps (trigger + responder) #10

Open
vivabelarus opened this issue Feb 22, 2022 · 0 comments
Open

Universal apps (trigger + responder) #10

vivabelarus opened this issue Feb 22, 2022 · 0 comments

Comments

@vivabelarus
Copy link

Applications can now be either triggers or responders, but not both at the same time. As I see, apps with TRIGGER action (info.guardianproject.panic.action.TRIGGER) are responders. Apps with CONNECT/DISCONNECT actions and without TRIGGER action are triggers. Apps with both TRIGGER and CONNECT/DISCONNECT are responders that have the functionality of connecting triggers. Therefore, we cannot create an application that will be a trigger and a responder at the same time.

For example, we are working on messenger. If it receives a panic message, it will trigger other applications. But it must be able to receive a panic signal, (for example, from Ripple), and clear the messages. Thus it should be trigger and responder at the same time.

It might make sense to add an UNIVERSAL action or something like that to detect apps that are triggers and responders at the same time.

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

No branches or pull requests

1 participant