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

[15.0] Refactor Dashboard class into independent traits for better modularity #2948

Draft
wants to merge 4 commits into
base: 15.0-dev
Choose a base branch
from

Conversation

tabuna
Copy link
Member

@tabuna tabuna commented Jan 27, 2025

I plan to split the Dashboard class into independent traits to make the architecture more flexible and easier to maintain. To achieve this, I will likely need to move away from methods like configure, with each trait storing only its own values.

However, one key consideration is that each trait will be responsible for its own data, which will require careful management of state and likely the use of enumerations to organize values.

Currently, this is still a work in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant