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

FMFR-1357 - Add ability to close FM frameworks #3573

Conversation

tim-s-ccs
Copy link
Collaborator

@tim-s-ccs tim-s-ccs commented Mar 1, 2023

Ticket: FMFR-1357

As the RM3830 Facilities Management framework needs to be closed soon, we need to add that ability to the code base. Fortunately, this is something that already exists in the Legacy code base so I was able to basically copy and use that.

Instead of having a FacilitiesManagement::Framework model, we instead have the Framework model with the facilities_management scope. I’ve updated the references where this was previously used to reflect these changes.

Finally, I’ve updated some of the authentication controllers so that they can all make use of the framework status and do the right actions if there is an issue with the frameworks.

@tim-s-ccs tim-s-ccs force-pushed the feature/FMFR-1357-update-the-frameworks-model-to-match-legacy branch from 1dfc939 to 4834312 Compare March 1, 2023 14:20
…, we need to add that ability to the code base. Fortunately, this is something that already exists in the Legacy code base so I was able to basically copy and use that.

Instead of having a `FacilitiesManagement::Framework` model, we instead have the `Framework` model with the `facilities_management` scope. I’ve updated the references where this was previously used to reflect these changes.

Finally, I’ve updated some of the authentication controllers so that they can all make use of the framework status and do the right actions if there is an issue with the frameworks.
@tim-s-ccs tim-s-ccs force-pushed the feature/FMFR-1357-update-the-frameworks-model-to-match-legacy branch from 4834312 to 30c84a8 Compare March 1, 2023 15:01
@tim-s-ccs tim-s-ccs merged commit a60b61f into master Mar 2, 2023
@tim-s-ccs tim-s-ccs deleted the feature/FMFR-1357-update-the-frameworks-model-to-match-legacy branch March 2, 2023 10:27
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.

2 participants