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

Consider extracting non-route/private methods from ProductsController to a utility class #500

Open
alexdunnjpl opened this issue Jul 18, 2024 · 0 comments

Comments

@alexdunnjpl
Copy link
Contributor

💡 Description

The controller is going to get heavily cluttered with private methods which facilitate controller behaviour (like "resolve all extant lidvids for lid" or "resolve product class for product").

Suggest moving these to another file/class for ease of reading/maintaining.

⚔️ Parent Epic / Related Tickets

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Release Backlog
Development

No branches or pull requests

3 participants