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

[Debt] Remove deprecated 'users.pools' #8251

Merged
merged 3 commits into from
Oct 19, 2023
Merged

Conversation

vd1992
Copy link
Contributor

@vd1992 vd1992 commented Oct 18, 2023

πŸ€– Resolves #7664

πŸ‘‹ Introduction

Remove the deprecated field.

πŸ•΅οΈ Details

Wasn't actually used/referenced anywhere I could find other than the faker file.

πŸ§ͺ Testing

  1. Builds fine, tests pass

Comment on lines 48 to -54
const generateUser = (
departments: Department[],
classifications: Classification[], // all classifications
genericJobTitles: GenericJobTitle[], // all generic job titles
Copy link
Contributor Author

Choose a reason for hiding this comment

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

While looking at fakeUsers.ts I noticed this was unused and didn't actually get used in the function return.
Probably left floating around after #8000

Copy link
Member

Choose a reason for hiding this comment

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

Are we not using genericJobTitle at all anymore? I noticed a lot of unused refs to it while converting tests to TS.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Pretty much, ya, #7578

Copy link
Member

@esizer esizer left a comment

Choose a reason for hiding this comment

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

LGTM! πŸ‘

@vd1992 vd1992 added this pull request to the merge queue Oct 19, 2023
Merged via the queue into main with commit ba70347 Oct 19, 2023
13 checks passed
@vd1992 vd1992 deleted the 7664-remove-users-pools-field branch October 19, 2023 18:04
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.

♻️ Remove deprecated user.pools field
2 participants