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 stage as generic to return either tables dto or brackets dto #45

Open
LuminiteTime opened this issue Jul 18, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@LuminiteTime
Copy link
Owner

LuminiteTime commented Jul 18, 2024

Add Stageable interface, implement it with Tables(DTO), Brackets(DTO), and FinalableStage extends Stageable. TournamentDTO has field of type List<T extends Stageable>.
FinalableStage has List<Finalable> : finals == List<Finalable>.
Class Tables implements Finalable.
Class Brackets implements Finalable.
Interface Finalable extends Stageable.
Class FinalableStage implements Stageable.

@LuminiteTime LuminiteTime converted this from a draft issue Jul 18, 2024
@LuminiteTime LuminiteTime self-assigned this Jul 18, 2024
@LuminiteTime LuminiteTime added the documentation Improvements or additions to documentation label Jul 18, 2024
@LuminiteTime LuminiteTime added this to the 2.0 - Brackets system milestone Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Todo
Development

No branches or pull requests

1 participant