From e89ec6ee406c483413558e26614878f875585c27 Mon Sep 17 00:00:00 2001 From: ricky saunders Date: Tue, 28 Nov 2023 19:54:00 +0000 Subject: [PATCH] v6 auth journey --- app/routes/routes-v6.js | 5 + app/views/v6/3-Authorise/auth.html | 205 +++++++++++++++++++++ app/views/v6/3-Authorise/primary-exam.html | 10 +- app/views/v6/setup.html | 2 +- 4 files changed, 216 insertions(+), 6 deletions(-) create mode 100644 app/views/v6/3-Authorise/auth.html diff --git a/app/routes/routes-v6.js b/app/routes/routes-v6.js index dca187b..956b5c7 100644 --- a/app/routes/routes-v6.js +++ b/app/routes/routes-v6.js @@ -9,6 +9,11 @@ router.post(version +'/setup', function(req, res) { res.redirect(version +'/3-Authorise/primary-exam.html') } + else if(req.session.data.setupUserJourney=="authoriser"){ + + res.redirect(version +'/3-Authorise/auth.html') + } + else{ res.redirect(version +'/ukef-tiles') diff --git a/app/views/v6/3-Authorise/auth.html b/app/views/v6/3-Authorise/auth.html new file mode 100644 index 0000000..d454d50 --- /dev/null +++ b/app/views/v6/3-Authorise/auth.html @@ -0,0 +1,205 @@ +{% extends "layout.html" %} + +{% block pageTitle %} +Claims and recoveries +{% endblock %} + + +{% block beforeContent %} + +{% endblock %} + +{% block content %} + +

+ Claims awaiting authorisation +

+ + + + +
+

+ Contents +

+ +
+

My work items

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Claim ID +
Claim amount + This is the amount being claimed by the claimant +
+
Claim due date + The date by which the claim is due to be paid +
+
C123456£30,0003 Jan 2024 + + Awaiting authorisation + +
C553632£10,0002 Feb 2024 + + Awaiting authorisation + +
+ +
+
+

All work items

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Claim ID +
Claim amount + This is the amount being claimed by the claimant +
+
+
Claim due date + The date by which the claim was due to be paid +
+
+
Allocated to + This is who the work item is currently allocated to +
+
C123456£30,0003 Jan 2024Steven Smith + + Awaiting authorisation + +
C553632£10,0002 Feb 2024Steven Smith + + Awaiting authorisation + +
C553632£1,100,00014 Jan 2024Rajesh Damodaran + + Awaiting authorisation + +
C787828£760,00019 Dec 2023Julie Bellingham + + Awaiting authorisation + +
C203948£928,00012 Dec 2023Leona McEntee + + Awaiting authorisation + +
+ +
+
+ + + + + + + + + + + {% endblock %} diff --git a/app/views/v6/3-Authorise/primary-exam.html b/app/views/v6/3-Authorise/primary-exam.html index 1583800..1123864 100644 --- a/app/views/v6/3-Authorise/primary-exam.html +++ b/app/views/v6/3-Authorise/primary-exam.html @@ -32,19 +32,19 @@

-

Current claims

+

My work items

@@ -93,7 +93,7 @@

Current claims

@@ -178,7 +178,7 @@

All work items

diff --git a/app/views/v6/setup.html b/app/views/v6/setup.html index 3f867cf..a8c796c 100644 --- a/app/views/v6/setup.html +++ b/app/views/v6/setup.html @@ -45,7 +45,7 @@

Choose user journey


-