You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decide on a target folder structure, justified by some kind of paradigm (e.g. separation of business logic and "dumb UI components" into services and components folders).
Test it out by migrating a couple files into the new structure.
Migrate files on an ad-hoc basis as part of every PR.
The text was updated successfully, but these errors were encountered:
Per discussion, let's prove out this directory structure in other, small projects first, e.g. Watcher UI.
When we begin implementing the new structure in ui/public, let's also be wary of gotchas/special cases which don't have a clear place in the targeted folder structure.
So far, the EUIfication process has given us the opportunity to reorganize files in a clearer way, e.g. EUIfying index patterns. If this keeps up then this issue is moot.
As noted in this Architectural Problems comment by @stacey-gammon, our folder structure makes it difficult to discover files and relationships:
Steps
services
andcomponents
folders).The text was updated successfully, but these errors were encountered: