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

ActiveCompetition - Addition of Forign Key fields #1

Open
varneyo opened this issue Dec 17, 2021 · 0 comments
Open

ActiveCompetition - Addition of Forign Key fields #1

varneyo opened this issue Dec 17, 2021 · 0 comments

Comments

@varneyo
Copy link
Collaborator

varneyo commented Dec 17, 2021

Scope to add sport_id: int, region_id: int. Update resource would look like:

class ActiveCompetition(BaseResource):
name: str
display_name: str
competition_id: int
active: int
order: int
sport_id: int
region_id: int

def __repr__(self):
    return f"Competition: {self.name}({self.competition_id})"
petercoles added a commit that referenced this issue Jun 15, 2023
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

No branches or pull requests

1 participant