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

Implement Franchise Groups / types #532

Open
ItsMeBrianD opened this issue Apr 8, 2024 · 0 comments
Open

Implement Franchise Groups / types #532

ItsMeBrianD opened this issue Apr 8, 2024 · 0 comments

Comments

@ItsMeBrianD
Copy link
Member

This should be structured very similarly to schedule groups, we need to support franchise groups that contain franchises (franchise holds the join column), as well as parent groups (child holds the parent id).

This will allow us to implement the Division / Conference pattern that is used by MLE.

This issue includes only the models and bootstrapping (entities, seeds, repositories for the database | objects, resolvers for GraphQL). Implementation can be followed up on.

The seeds should create the following:

  • 2 Franchise Group Types (Conference and Division)

  • 1 Conference

  • 2 Divisions (Backyard and Pond)

    • These divisions should belong to the conference
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant