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

Successful Enrolment Page added #355

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

Successful Enrolment Page added #355

wants to merge 4 commits into from

Conversation

harsh-makhija-hmrc
Copy link

DL-14749 : Added Successful Enrolment Page



def showSuccessfulEnrolmentPage() : Action[AnyContent] = Action.async { implicit request =>
btaAuthorisedAction { implicit ar =>
Copy link
Contributor

@Byasar3 Byasar3 Feb 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ar is not used, so remove implicit ar and replace with _

ie:
{ _ => ...code }

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please fix indentation so it's easier to read :')
unfortunately without premium intellij we have to do it manually :(

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can add tests to make sure the hyper link and button are going to the correct places.

if design also required a back button(see jira ticket) then add testing for backlink too.

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