generated from hmcts/expressjs-monorepo-template
-
Notifications
You must be signed in to change notification settings - Fork 2
VIBE-241 - CaTH General Information - Cookie Policy #157
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
Open
NatashaAlker
wants to merge
22
commits into
master
Choose a base branch
from
feature/VIBE-241-cookie-policy
base: master
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.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
481a336
Add technical planning for VIBE-241: Cookie Policy
github-actions[bot] c27d5b3
Add technical planning documentation for VIBE-241
github-actions[bot] 1dbb803
Add technical planning for VIBE-241
github-actions[bot] a773f2d
Add technical planning documentation for VIBE-241
github-actions[bot] eca9b87
docs: Add technical plan for VIBE-241 - Cookie Policy
github-actions[bot] ce25bb1
Add technical planning for VIBE-241 Cookie Policy
github-actions[bot] 355b26e
Add cookies policy page and content in English and Welsh
NatashaAlker f0ad35d
Update page footer
NatashaAlker 1499340
Add analytic and performance cookies
NatashaAlker be7d512
Add tests
NatashaAlker e6d4f6b
Update task list
NatashaAlker ebefd22
Merge branch 'master' into feature/VIBE-241-cookie-policy
NatashaAlker 7a7f24e
Claude's code review
NatashaAlker 78b5c42
Merge branch 'feature/VIBE-241-cookie-policy' of github.com:hmcts/cat…
NatashaAlker a4be933
Fix some e2e test failures
NatashaAlker 170c3d7
Fix faiing e2e test for cookie page table contents
NatashaAlker cd90152
Remove non functional welsh url and make language toggling consistent…
NatashaAlker 9aba200
Fix failing e2e tests
NatashaAlker 40f7c51
Update cookie-policy url and fix failing e2e test
NatashaAlker 72a5bc3
Remove duplicate docs
NatashaAlker 3635eff
Merge branch 'master' into feature/VIBE-241-cookie-policy
NatashaAlker b0a29d8
Fiz dependency scan issue
NatashaAlker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
🧩 Analysis chain
🏁 Script executed:
Repository: hmcts/cath-service
Length of output: 671
🏁 Script executed:
Repository: hmcts/cath-service
Length of output: 920
🏁 Script executed:
Repository: hmcts/cath-service
Length of output: 1110
🏁 Script executed:
Repository: hmcts/cath-service
Length of output: 231
🏁 Script executed:
Repository: hmcts/cath-service
Length of output: 10181
🏁 Script executed:
Repository: hmcts/cath-service
Length of output: 1228
🏁 Script executed:
Repository: hmcts/cath-service
Length of output: 44
Update cookie category references in client-side cookie manifest.
The reorganization of cookies into separate
analytics(Google Analytics) andperformance(Dynatrace) categories inapps/web/src/app.tsis not consistently applied across the codebase:apps/web/src/assets/js/index.tsline 60: Still groups all Dynatrace cookies (dtCookie,dtSa,rxVisitor,rxvt) under theanalyticscategory instead of the newperformancecategory.libs/web-core/src/pages/cookies-policy/index.test.tsline 32: Test mock only includesdtCookieanddtSain theperformancecategory, missingrxVisitorandrxvt.Add a
performancecategory to the client-side cookie manifest inapps/web/src/assets/js/index.tsand ensure all Dynatrace cookies are moved fromanalyticstoperformance. Update the test mock to include all four Dynatrace cookies.🤖 Prompt for AI Agents