Moves :legacy:ui:account to core:ui:account #9067
Conversation
shamim-emon
commented
Apr 15, 2025
- Fixes Moves :legacy:ui:account to core:ui:account #9066
|
@shamim-emon for my own sake, can you explain a bit more on this one? I recall that our account model is very complex and we want to reduce dependencies, so every time I hear account I am a bit wary. Did Wolf share any guidelines on moving these modules to core? |
@kewisch I haven't had a discussion particularly on |
|
Are there any steps we need to take care of when moving things over or simply move code over? Such as renaming/refactoring some of the code contained, removing depdendencies into legacy, etc? How would I know if app-common or core/feature? |
@kewisch yes, there are steps, such as:
And it varies based on what you're moving. Regarding figuring out if changes are to be moved in app-common or core or feature is based on observation. While working on previous legacy refactoring tasks, some cases I discussed with @wmontwe and other cases I was able to figure-out, based on my code-base investigation. In-case you find anything that seems like a wrong move(eg: whether to move in core or in feature ), please let me know. |