Skip to content

Commit 9d885ab

Browse files
committed
Fix date and image paths on find/claim journey post
1 parent a3a723b commit 9d885ab

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed
Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,102 @@
11
---
22
title: Find and claim journey
33
description: "How we built the find and claim journeys of the RIAB service."
4-
date: 2025-08-04
4+
date: 2025-04-08
55
---
66

77

8-
# Find and Claim Design history
8+
# Find and Claim Design history
99

10-
The record inductions as an appropriate body service (RIAB) was designed to replace the ‘Appropriate Body Portal’ held by the Teaching Regulation Agency (TRA) due to the decommissioning of the legacy Database for Qualified Teachers (DQT). The RIAB service contains part of the data from the DQT (now called TRS) relating to induction periods, but not the overall induction results.
10+
The record inductions as an appropriate body service (RIAB) was designed to replace the ‘Appropriate Body Portal’ held by the Teaching Regulation Agency (TRA) due to the decommissioning of the legacy Database for Qualified Teachers (DQT). The RIAB service contains part of the data from the DQT (now called TRS) relating to induction periods, but not the overall induction results.
1111

12-
RIAB allows appropriate bodies to search for an early career teacher’s (ECT) data to check their details against those provided by a previous appropriate body or the ECT themselves. If the details match, the appropriate body can register the ECT with them and begin their induction, this is called ‘claiming’. The ‘find andclaim’ journey then refers to the process of searching for an ECT and registering them with the appropriate body that has done the search.
12+
RIAB allows appropriate bodies to search for an early career teacher’s (ECT) data to check their details against those provided by a previous appropriate body or the ECT themselves. If the details match, the appropriate body can register the ECT with them and begin their induction, this is called ‘claiming’. The ‘find andclaim’ journey then refers to the process of searching for an ECT and registering them with the appropriate body that has done the search.
1313

14-
## The ‘find and claim’ journey in the TRA AB portal
14+
## The ‘find and claim’ journey in the TRA AB portal
1515

16-
The TRA AB portal would allow you to:
16+
The TRA AB portal would allow you to:
1717

18-
- Search for ECT details by inputting
18+
- Search for ECT details by inputting
1919

20-
- Teacher reference number (TRN)
20+
- Teacher reference number (TRN)
2121

22-
- Date of birth
22+
- Date of birth
2323

24-
- Clicking ‘claim induction outcome’
24+
- Clicking ‘claim induction outcome’
2525

26-
- Adding
26+
- Adding
2727

28-
- Induction start date – the date the ECT began with the AB.
28+
- Induction start date – the date the ECT began with the AB.
2929

30-
- Induction type, also called programme type – Full induction programme, Core Induction programme or Do it Yourself induction programme.
30+
- Induction type, also called programme type – Full induction programme, Core Induction programme or Do it Yourself induction programme.
3131

32-
### The original TRA claim journey, step by step is as follows.
32+
### The original TRA claim journey, step by step is as follows.
3333

3434
![original find claim step 1](/ecf-v2/find-claim-journey/original-find-claim-step-1.png)
3535

36-
![original-find-claim-step-2](ecf-v2/find-claim-journey/original-find-claim-step-2.png)
36+
![original-find-claim-step-2](/ecf-v2/find-claim-journey/original-find-claim-step-2.png)
3737

38-
![original-find-claim-step-3](ecf-v2/find-claim-journey/original-find-claim-step-3.png)
38+
![original-find-claim-step-3](/ecf-v2/find-claim-journey/original-find-claim-step-3.png)
3939

40-
![original-find-claim-step-4](ecf-v2/find-claim-journey/original-find-claim-step-4.png)
40+
![original-find-claim-step-4](/ecf-v2/find-claim-journey/original-find-claim-step-4.png)
4141

42-
## The ‘find and claim’ journey in the RIAB service. Differences and similarities.
42+
## The ‘find and claim’ journey in the RIAB service. Differences and similarities.
4343

4444

45-
### Differences.
45+
### Differences.
4646

47-
The existing RIAB ‘find and claim’ journey does overlap with the original ‘TRA AB portal’ service, with the main distinctions that the service uses GOV.UK user interface kit. This change in user interface was made to ensure government services follow accessibility standards and improve user experience. Following the GOV.UK UI kit meant the RIAB service made the following changes:
47+
The existing RIAB ‘find and claim’ journey does overlap with the original ‘TRA AB portal’ service, with the main distinctions that the service uses GOV.UK user interface kit. This change in user interface was made to ensure government services follow accessibility standards and improve user experience. Following the GOV.UK UI kit meant the RIAB service made the following changes:
4848

49-
- Split the activities of ‘searching for an ECT that the appropriate body has already claimed’ and ‘searching for a new ECT that the appropriate body has the details of (but has not claimed)’.
49+
- Split the activities of ‘searching for an ECT that the appropriate body has already claimed’ and ‘searching for a new ECT that the appropriate body has the details of (but has not claimed)’.
5050

51-
- In the original journey, all steps were made in the same screen. GOV.UK UI kit follows a ‘1 action per page’ rule. By implementing it the claim journey is more intuitive.
51+
- In the original journey, all steps were made in the same screen. GOV.UK UI kit follows a ‘1 action per page’ rule. By implementing it the claim journey is more intuitive.
5252

53-
- By having the call to action ‘find and claim an ECT’ in the main page you also allow visibility of the ‘claim’ action, which before was hidden in the profile page of each ECT.
53+
- By having the call to action ‘find and claim an ECT’ in the main page you also allow visibility of the ‘claim’ action, which before was hidden in the profile page of each ECT.
5454

55-
- Created validation logic to avoid overlapping of dates.
55+
- Created validation logic to avoid overlapping of dates.
5656

57-
### Similarities.
57+
### Similarities.
5858

59-
This journey asks for the same data as the original ‘claim’ journey as it was important to remain consistent in the data gathering requirements of RIAB service.
59+
This journey asks for the same data as the original ‘claim’ journey as it was important to remain consistent in the data gathering requirements of RIAB service.
6060

61-
- Induction start date – the date the ECT began with the AB.
61+
- Induction start date – the date the ECT began with the AB.
6262

63-
- Induction type, also called programme type – Full induction programme, Core Induction programme or Do it Yourself induction programme.
63+
- Induction type, also called programme type – Full induction programme, Core Induction programme or Do it Yourself induction programme.
6464

65-
The journey maintains the feature of if an ECT is registered with AB, they must be ‘released’ (unregistered) before being claimed by a different AB. This logic is meant to avoid erroneous data in the service, but it often comes at the expense of appropriate bodies, who must contact each other ‘off-service’ if an ECT needs to be released. This logic was not challenged due to time constraints, but it is possible to create logic in which an ECT can be claimed without any restrictions.
65+
The journey maintains the feature of if an ECT is registered with AB, they must be ‘released’ (unregistered) before being claimed by a different AB. This logic is meant to avoid erroneous data in the service, but it often comes at the expense of appropriate bodies, who must contact each other ‘off-service’ if an ECT needs to be released. This logic was not challenged due to time constraints, but it is possible to create logic in which an ECT can be claimed without any restrictions.
6666

67-
The journey maintains backend logic that stops the ECT to be claimed if they have a prohibition, an alert or an exemption. This check happens through the TRS API. The TRS API allows CPD to access data held about an ECT by the Teaching Regulation Agency.
67+
The journey maintains backend logic that stops the ECT to be claimed if they have a prohibition, an alert or an exemption. This check happens through the TRS API. The TRS API allows CPD to access data held about an ECT by the Teaching Regulation Agency.
6868

69-
- A prohibition would stop a teacher from teaching entirely and it is related to a serious misconduct.
69+
- A prohibition would stop a teacher from teaching entirely and it is related to a serious misconduct.
7070

71-
- An alert would not stop the ECT from teaching entirely but would be raised to the appropriate body and would potentially stop the ECT from being claimed. For example, if the ECT has failed induction.
71+
- An alert would not stop the ECT from teaching entirely but would be raised to the appropriate body and would potentially stop the ECT from being claimed. For example, if the ECT has failed induction.
7272

73-
- An exemption usually happens if an ECT has completed induction in an offshore institution (for example Guernsey, Jersey) or non-English institutions (for example Northern Ireland, Scotland, Wales), or if the ECT has enough evidence that would suggest they do not need to go through induction.
73+
- An exemption usually happens if an ECT has completed induction in an offshore institution (for example Guernsey, Jersey) or non-English institutions (for example Northern Ireland, Scotland, Wales), or if the ECT has enough evidence that would suggest they do not need to go through induction.
7474

75-
Once an ECT has been found and claimed the appropriate body is responsible to track, and support their induction progress up until the ECT finishes their induction and receives an outcome (pass or fail), or changes appropriate body.
75+
Once an ECT has been found and claimed the appropriate body is responsible to track, and support their induction progress up until the ECT finishes their induction and receives an outcome (pass or fail), or changes appropriate body.
7676

77-
### The claim journey, step by step is as follows.
77+
### The claim journey, step by step is as follows.
7878

79-
![find-claim-step-1](ecf-v2/find-claim-journey/find-claim-step-1.png)
79+
![find-claim-step-1](/ecf-v2/find-claim-journey/find-claim-step-1.png)
80+
81+
![find-claim-step-2](/ecf-v2/find-claim-journey/find-claim-step-2.png)
82+
83+
![find-claim-step-3](/ecf-v2/find-claim-journey/find-claim-step-3.png)
84+
85+
![find-claim-step-4](/ecf-v2/find-claim-journey/find-claim-step-4.png)
86+
87+
![find-claim-step-5](/ecf-v2/find-claim-journey/find-claim-step-5.png)
88+
89+
![find-claim-step-6](/ecf-v2/find-claim-journey/find-claim-step-6.png)
90+
91+
![find-claim-step-7](/ecf-v2/find-claim-journey/find-claim-step-7.png)
8092

81-
![find-claim-step-2](ecf-v2/find-claim-journey/find-claim-step-2.png)
8293

83-
![find-claim-step-3](ecf-v2/find-claim-journey/find-claim-step-3.png)
8494

85-
![find-claim-step-4](ecf-v2/find-claim-journey/find-claim-step-4.png)
8695

87-
![find-claim-step-5](ecf-v2/find-claim-journey/find-claim-step-5.png)
8896

89-
![find-claim-step-6](ecf-v2/find-claim-journey/find-claim-step-6.png)
9097

91-
![find-claim-step-7](ecf-v2/find-claim-journey/find-claim-step-7.png)
92-
9398

94-
9599

96-
97100

98-
99101

100-
101102

102-

0 commit comments

Comments
 (0)