Open darkterreur opened 5 years ago
I see that you chose to group Space
and SpaceType
creation in App\Space\Create
namespace (same with Update etc.). I don't think that Space
and SpaceType
creation are actually related: maybe we should manage SpaceType
as a sub-namespace, i.e. App\Space\SpaceType\Create\CreateSpaceTypeAction
instead of App\Space\Create\CreateSpaceTypeAction
(same with Update etc.).
I see that you chose to group
Space
andSpaceType
creation inApp\Space\Create
namespace (same with Update etc.). I don't think thatSpace
andSpaceType
creation are actually related: maybe we should manageSpaceType
as a sub-namespace, i.e.App\Space\SpaceType\Create\CreateSpaceTypeAction
instead ofApp\Space\Create\CreateSpaceTypeAction
(same with Update etc.).
I agree with you @kuraobi. @darkterreur can you please do changes as @kuraobi said.
PR information
Description
Migrate Space and SpaceType on the new architecture