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

Dispatch signals for more resource allocation events #293

Open
2 of 3 tasks
knikolla opened this issue May 5, 2021 · 0 comments
Open
2 of 3 tasks

Dispatch signals for more resource allocation events #293

knikolla opened this issue May 5, 2021 · 0 comments

Comments

@knikolla
Copy link
Contributor

knikolla commented May 5, 2021

As a developer that is developing plugins for ColdFront, I would like my plugin's code to be executed in realtime (or close to) when specific resource allocation events are performed.

This behavior can be implemented by registering methods in the plugin as receivers for particular Django signals.

ColdFront already dispatches signals for adding and removing a user from a resource allocation, and uses this pattern in the FreeIPA plugin. However, the exposed signals are insufficient for a complete implementation of a generic resource allocation plugin, ex. for OpenStack.

For that, additional signals are required to be dispatched for:

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