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 #5

Closed
lumjjb opened this issue Aug 17, 2021 · 0 comments
Closed

Refactor Is_manager logic #5

lumjjb opened this issue Aug 17, 2021 · 0 comments
Labels
enhancement New feature or request suggestion

Comments

@lumjjb
Copy link
Collaborator

lumjjb commented Aug 17, 2021

MOVED FROM ORIGINAL REPO https://github.com/lumjjb/tornjak/issues/25

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.

lumjjb added a commit that referenced this issue Aug 24, 2021
Add admin flag bit to entry create
@mrsabath mrsabath added enhancement New feature or request suggestion labels Apr 11, 2023
@mamy-CS mamy-CS closed this as completed 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

3 participants