-
Notifications
You must be signed in to change notification settings - Fork 72
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
Remove business logic from pack command class #1147
Labels
Enhancement
New feature or request
Comments
lengau
changed the title
Remove business logic from pack command class
Create a pack service and move the pack command to craft-application
Jul 13, 2023
sergiusens
changed the title
Create a pack service and move the pack command to craft-application
Remove business logic from pack command class
Aug 14, 2023
lengau
added a commit
that referenced
this issue
Aug 18, 2023
lengau
added a commit
that referenced
this issue
Aug 18, 2023
lengau
added a commit
that referenced
this issue
Aug 19, 2023
lengau
added a commit
that referenced
this issue
Aug 19, 2023
lengau
added a commit
that referenced
this issue
Aug 19, 2023
lengau
added a commit
that referenced
this issue
Aug 21, 2023
lengau
added a commit
that referenced
this issue
Aug 21, 2023
lengau
added a commit
that referenced
this issue
Aug 22, 2023
lengau
added a commit
that referenced
this issue
Aug 23, 2023
lengau
added a commit
that referenced
this issue
Aug 25, 2023
Builds on #1229 Fixes #1147 --------- Co-authored-by: Claudio Matsuoka <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What needs to get done
The pack command should have its business logic moved into a service class.
Ideally we'd do this with other commands too, but it's absolutely necessary for the pack command.
Why it needs to get done
Precursor for #1133
The text was updated successfully, but these errors were encountered: