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

PRMP-1367 #517

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

PRMP-1367 #517

wants to merge 14 commits into from

Conversation

NogaNHS
Copy link
Contributor

@NogaNHS NogaNHS commented Jan 21, 2025

No description provided.

@NogaNHS NogaNHS marked this pull request as ready for review January 23, 2025 08:55
def get_most_recent_name(self) -> Optional[Name]:
active_names = [name for name in self.name if name.is_currently_in_use()]
def get_names_by_start_date(self) -> [Name]:
active_names = [name for name in self.name]
Copy link
Contributor

Choose a reason for hiding this comment

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

self.name is already a list of Names or did we still want to use the .is_currently_in_use() logic?

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