-
Notifications
You must be signed in to change notification settings - Fork 17
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
HOFF-738: Session timeout warning(sign in required) #474
Merged
Rhodine-orleans-lindsay
merged 1 commit into
HOFF-737-session-timeout-continue-form
from
HOFF-738-session-timeout-sign-in
Jan 17, 2025
Merged
HOFF-738: Session timeout warning(sign in required) #474
Rhodine-orleans-lindsay
merged 1 commit into
HOFF-737-session-timeout-continue-form
from
HOFF-738-session-timeout-sign-in
Jan 17, 2025
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
Rhodine-orleans-lindsay
force-pushed
the
HOFF-738-session-timeout-sign-in
branch
5 times, most recently
from
August 23, 2024 13:23
baa3f76
to
c4061b2
Compare
mislam987
reviewed
Sep 4, 2024
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.
Logic looks good to me. Just a few code formatting points I noticed.
frontend/template-partials/translations/src/en/save-and-exit.json
Outdated
Show resolved
Hide resolved
frontend/template-partials/views/partials/session-timeout-warning.html
Outdated
Show resolved
Hide resolved
Rhodine-orleans-lindsay
force-pushed
the
HOFF-738-session-timeout-sign-in
branch
from
September 4, 2024 13:44
c4061b2
to
d4c73c3
Compare
mislam987
approved these changes
Sep 4, 2024
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.
Looks good to me, nice work!
Rhodine-orleans-lindsay
force-pushed
the
HOFF-737-session-timeout-continue-form
branch
2 times, most recently
from
January 9, 2025 17:21
a46f3bb
to
db0b465
Compare
Rhodine-orleans-lindsay
force-pushed
the
HOFF-738-session-timeout-sign-in
branch
2 times, most recently
from
January 16, 2025 17:23
0527d97
to
c66fe90
Compare
Rhodine-orleans-lindsay
force-pushed
the
HOFF-738-session-timeout-sign-in
branch
from
January 16, 2025 21:44
c66fe90
to
bcd163c
Compare
Rhodine-orleans-lindsay
force-pushed
the
HOFF-737-session-timeout-continue-form
branch
from
January 17, 2025 09:34
db0b465
to
8bfbc1b
Compare
Rhodine-orleans-lindsay
force-pushed
the
HOFF-738-session-timeout-sign-in
branch
from
January 17, 2025 09:37
bcd163c
to
0c6d28f
Compare
Rhodine-orleans-lindsay
force-pushed
the
HOFF-737-session-timeout-continue-form
branch
from
January 17, 2025 10:04
8bfbc1b
to
5539985
Compare
Rhodine-orleans-lindsay
force-pushed
the
HOFF-738-session-timeout-sign-in
branch
from
January 17, 2025 10:05
0c6d28f
to
c14ecab
Compare
- add showSaveAndExit locals to session-timeout-warning.html to set content to be used by 'save and exit' forms - add default save-and-exit html template - set showSaveAndExit locals to true on /dob step in sandbox/index.js for demo purposes. - add save-and-exit.html to sandbox for demo purposes - amend sandbox/pages.json to include flag for save and exit content - add config to customise content save-and-exit page - make exit and save-and-exit steps customisable - update readme to include guidance on customising exit and save-and-exit steps - add relevant tests - amend sessionDialog.js so it can pick up configured warning text instead of it being hard coded - amend changelog - add baseurl to exit href - add base url to /session-timeout in session-timeout-warning.html
Rhodine-orleans-lindsay
force-pushed
the
HOFF-738-session-timeout-sign-in
branch
from
January 17, 2025 10:28
c14ecab
to
332d781
Compare
Rhodine-orleans-lindsay
merged commit Jan 17, 2025
51641c6
into
HOFF-737-session-timeout-continue-form
7 checks passed
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.
What?
Why?
How
Testing?
tested locally in sandbox and in services locally and in branch using a beta version
Anything Else? (optional)
Screenshots (optional)
Session timeout warning for a 'save and exit' form
Default save and exit page after user clicks 'Sign out'
Example of customised save and exit page after user clicks 'Sign out'
Check list
here is an example commit