-
Notifications
You must be signed in to change notification settings - Fork 194
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
Content modelling/748 add review page to the reschedule journey #9747
base: main
Are you sure you want to change the base?
Conversation
this separates out the journeys that use the edit link to change existing scheduled blocks (via the schedule controller), compared to schedulinga block initially or using the normal edit forms flow - as the file was getting a bit hard to follow.
we will shortly use the same method in the schedule controller
will shortly be used by the schedule controller
now that we have the shared validation of the schedule data and the edition under change, we can flow back into the regular workflow controller.
@@ -0,0 +1,46 @@ | |||
Feature: Schedule a content object | |||
Background: | |||
Given I am a GDS admin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this move might be a bit controversial but thought it worth getting some feedback on
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nah, I think it makes total sense
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@@ -0,0 +1,46 @@ | |||
Feature: Schedule a content object | |||
Background: | |||
Given I am a GDS admin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nah, I think it makes total sense
Can be merged once this approved: #9735
Adds the
review
page to the rescheduling journey, with some refactoring along the way.Follow these steps if you are doing a Rails upgrade.