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

Content modelling/748 add review page to the reschedule journey #9747

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Harriethw
Copy link
Contributor

@Harriethw Harriethw commented Dec 17, 2024

Can be merged once this approved: #9735

Adds the review page to the rescheduling journey, with some refactoring along the way.

Screenshot 2024-12-17 at 15 20 42


⚠️ This repo is Continuously Deployed: make sure you follow the guidance ⚠️

Follow these steps if you are doing a Rails upgrade.

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.
@Harriethw Harriethw requested a review from pezholio December 17, 2024 15:21
Base automatically changed from content-modelling/748-add-review-to-edit to main December 17, 2024 16:02
@Harriethw Harriethw marked this pull request as ready for review December 17, 2024 16:05
@@ -0,0 +1,46 @@
Feature: Schedule a content object
Background:
Given I am a GDS admin
Copy link
Contributor Author

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

Copy link
Contributor

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

Copy link
Contributor

@pezholio pezholio left a 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
Copy link
Contributor

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

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.

2 participants