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

[MDS-5658] Fixing previous mine manager issue #3028

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

isuru-aot
Copy link
Contributor

Objective

MDS-5658

Why are you making this change? Provide a short explanation and/or screenshots

Below is a screenshot of PROD data (Second row is the valid manager), where mine-managers are exist without end_date + without status. Hence raising this PR to get the correct mine manager.
Screenshot 2024-03-26 220128

@@ -1,4 +1,5 @@
import uuid
from datetime import datetime, timezone
Copy link
Collaborator

Choose a reason for hiding this comment

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

minor, but are these new imports being used?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah, good catch. I love cleaning up unused imports! Otherwise this looks great Isuru!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed unused imports :)

Copy link

Quality Gate Passed Quality Gate passed for 'bcgov-sonarcloud_mds_core-api'

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@isuru-aot isuru-aot requested a review from taraepp March 27, 2024 16:32
@isuru-aot isuru-aot merged commit 1ca2c74 into develop Mar 27, 2024
12 checks passed
@isuru-aot isuru-aot deleted the mds-5658-filtering-out-older-mine-managers branch March 27, 2024 16:49
simensma-fresh pushed a commit that referenced this pull request Jun 12, 2024
* fixing previous mine manager retrieval

* updating unused imports
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.

3 participants