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

Agents CRUD #45

Open
5 tasks
aydreeihn opened this issue Jan 26, 2023 · 0 comments
Open
5 tasks

Agents CRUD #45

aydreeihn opened this issue Jan 26, 2023 · 0 comments
Labels
infrastructure Projects with tasks that don't have to have full UI to work on Todo

Comments

@aydreeihn
Copy link
Collaborator

Feature Summary

General CRUD functionality to manage Agents.

  • Create
  • Delete
  • Enable
  • Disable
  • Update

Note: Agents will now need to be saved in the Staff and User table where the user_id is referenced in the Staff table.

  • Department Access is saved in the staff_dept_access table.
  • Permissions should be predefined and saved as JSON
  • Teams should be added to the team_member table.
  • Passwords need to be encrypted on save
@aydreeihn aydreeihn added Todo infrastructure Projects with tasks that don't have to have full UI to work on labels Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Projects with tasks that don't have to have full UI to work on Todo
Projects
Status: Done
Development

No branches or pull requests

1 participant