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

Group the services list by categories #135

Merged
merged 5 commits into from
Sep 30, 2020

Conversation

danielebarbaro
Copy link
Contributor

This PR solve #88 88

@danielebarbaro
Copy link
Contributor Author

Hi @mattstauffer, thanks for your review. A made some review and a merge main in my branch to avoid conflicts.

@@ -47,7 +59,20 @@ public function enableableServices(): array
})->toArray();
}

public function enable(string $service): void
public function enableableServicesByCategory(): array
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One last request! Can we sort the list after we're done so the category list is alphabetized?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Category sorted. 💪

@mattstauffer mattstauffer merged commit 1c735a3 into tighten:main Sep 30, 2020
@mattstauffer
Copy link
Member

I like it! Thanks @danielebarbaro! I'll let a few folks try it out before we tag a release.

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

Successfully merging this pull request may close these issues.

None yet

3 participants