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

feat: added ability to list, add, and delete users assigned fismasystems #122

Conversation

talentedmrjones
Copy link
Collaborator

@talentedmrjones talentedmrjones commented Sep 12, 2024

This introduces the assignedfismasystems as a distinct resource apart from fismasystems

The following routes and functionality are included:

GET /users/{userid}/assignedfismasystems returns a list of fismasystem ids
POST /users/{userid}/assignedfismasystems creates a record of the assignment using the following body

{"fismasystemid": <int>}

DELETE /users/{userid}/assignedfismasystems/{fismasystemid} deletes the assignment

closes #108

Copy link
Collaborator

@ATNoblis ATNoblis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BIG Changes... took me a hot minute but LGTM

@talentedmrjones talentedmrjones merged commit 95709b2 into main Sep 13, 2024
3 checks passed
@talentedmrjones talentedmrjones deleted the 108-admins-need-ability-to-assign-and-unassign-users-to-fismasystems branch September 13, 2024 15:26
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

Successfully merging this pull request may close these issues.

admins need ability to assign and unassign users to fismasystems
2 participants