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

Migrate to modular structure #261

Open
annybs opened this issue Apr 23, 2024 · 0 comments
Open

Migrate to modular structure #261

annybs opened this issue Apr 23, 2024 · 0 comments
Assignees
Labels

Comments

@annybs
Copy link
Member

annybs commented Apr 23, 2024

Currently, all views are mixed together in a single views directory, and all components (including sub-views) in a single components directory.

This can make it difficult at times to perceive the component tree in a top-down view and lengthy component names compound the difficulty. Marginal difficulty, to be sure, but the codebase will continue to grow over time, so it will become increasingly helpful to properly compartmentalise various aspects of the app into clearly scoped modules, as we do in some other apps.

This will be a gradual effort introduced in the course of adding new features. Existing features can be scheduled for migration in the future.

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

No branches or pull requests

1 participant