-
Notifications
You must be signed in to change notification settings - Fork 9
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
Im/add routes and controllers for provider partnerships #4767
Draft
inulty-dfe
wants to merge
17
commits into
main
Choose a base branch
from
im/add-routes-and-controllers-for-provider-partnerships
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Im/add routes and controllers for provider partnerships #4767
inulty-dfe
wants to merge
17
commits into
main
from
im/add-routes-and-controllers-for-provider-partnerships
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inulty-dfe
force-pushed
the
im/add-routes-and-controllers-for-provider-partnerships
branch
from
December 16, 2024 10:44
35c55ac
to
448a4e5
Compare
inulty-dfe
force-pushed
the
im/add-routes-and-controllers-for-provider-partnerships
branch
from
December 16, 2024 15:55
c9f30ac
to
7a2d735
Compare
inulty-dfe
force-pushed
the
im/add-routes-and-controllers-for-provider-partnerships
branch
from
December 16, 2024 20:05
8792f31
to
4add6c1
Compare
inulty-dfe
force-pushed
the
im/add-routes-and-controllers-for-provider-partnerships
branch
from
December 17, 2024 16:56
986b5b1
to
f1e28cf
Compare
inulty-dfe
force-pushed
the
im/add-routes-and-controllers-for-provider-partnerships
branch
from
December 19, 2024 16:19
6d35214
to
710a800
Compare
inulty-dfe
force-pushed
the
im/add-routes-and-controllers-for-provider-partnerships
branch
from
December 19, 2024 16:25
90d26ed
to
089356d
Compare
inulty-dfe
force-pushed
the
im/add-routes-and-controllers-for-provider-partnerships
branch
from
December 19, 2024 16:34
089356d
to
5bb0be2
Compare
inulty-dfe
force-pushed
the
im/add-routes-and-controllers-for-provider-partnerships
branch
from
December 19, 2024 16:55
cb28ee7
to
4a2758e
Compare
#accredited_bodies is the main way the we retreive a provdiers accredited partnerships with enrichments. By adding a feature flag switch here we can choose whether to activate the new partnership association or the existing enrichment association.
Toggling the provider_partnerships feature flag will be used to make available sets of routes in the applicaiton
include locales, AccreditedPartnershipForm Separate validations for when using enrichments v partnerships
inulty-dfe
force-pushed
the
im/add-routes-and-controllers-for-provider-partnerships
branch
from
December 20, 2024 09:10
4a2758e
to
811123c
Compare
Will want to rename the route from parnters to partnerships maybe
inulty-dfe
force-pushed
the
im/add-routes-and-controllers-for-provider-partnerships
branch
from
December 20, 2024 09:40
811123c
to
618519a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Add the routes, controllers and views required for enabling provider partnerships.
Provider partnerships is the rebuilding of the associations between Lead partners and Accredited providers.
This PR is for testing and feedback. It will likely be merged in incremental PRs
Changes proposed in this pull request
This PR tries to create all the code necessary for the old implementation to be swtiched seamlessly to the new.
Settings
ProviderPartnershipsController
Guidance to review