Move TrainingProviders to Providers module #4776
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
TrainingProviders
controller currently sits outside the Providers module despite it looking for all intents and purposes as depending on the provider.In order to make sensible changes further down the line WRT to how Accredited providers view Training providers and vice versa, I propose we move the TrainingProviders module into the Providers module for consistency.
Changes proposed in this pull request
Move modules in a refactoring without changing any behaviour
The use of this controller is for the AccreditedProvider to be able to see the courses of their training providers
training-providers
training-providers/A01/courses
Guidance to review