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

Refactor Is_manager logic #451

Open
mamy-CS opened this issue Jun 18, 2024 · 0 comments
Open

Refactor Is_manager logic #451

mamy-CS opened this issue Jun 18, 2024 · 0 comments
Labels
enhancement New feature or request suggestion

Comments

@mamy-CS
Copy link
Collaborator

mamy-CS commented Jun 18, 2024

Currently IsManager logic is intertwined into the main logic of most components, however, each of the individual components don't necessarily need to know if it is in manager mode or not if the dataset presented to it is filtered.

This is issue is around moving the use of IsManager to a abstraction where most of the UI components don't need to know whether it is running as a manager. For example, agent list doesn't need to know if its a manager, it just needs to be given the right dataset.

@mamy-CS mamy-CS added enhancement New feature or request suggestion labels Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request suggestion
Projects
None yet
Development

No branches or pull requests

1 participant