Skip to content

Commit 0f67a81

Browse files
updated find a claim with screenshots
1 parent 69168e9 commit 0f67a81

File tree

4 files changed

+76
-27
lines changed

4 files changed

+76
-27
lines changed
Loading
Loading
Loading

app/posts/claims/2024-10-20-find-a-claim.md

+76-27
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,31 @@ During alpha a few options were tried to allow users to search and filter for cl
2020

2121
## What our ideas were
2222

23-
I started by bringing back in what had before. Played back to see how it felt to people, but without clarity on specific used, it felt a bit vague and felt like needed to zoom in on specific use cases.
24-
25-
(screenshot of search and filter)
23+
I started by bringing back in what had before.
24+
25+
>**We believe that** allowing search and filter
26+
>**Will be a useful feature for** submitters
27+
>**As it will** help them narrow down on available information to find their claim easily.
28+
29+
Played back to see how it felt to people, but without clarity on specific uses, it felt a bit vague in what problems the search and filter were both trying to solve and felt like needed to zoom in on specific use cases.
30+
31+
<div style="display: flex; flex-wrap: wrap; gap: 1rem;">
32+
<div style="flex: 1; max-width: 48%;">
33+
<figure>
34+
<img src="filter-no-search.png" alt="text" style="width: 100%; height: auto;">
35+
<figcaption>text</figcaption>
36+
</figure>
37+
</div>
38+
<div style="flex: 1; max-width: 48%;">
39+
<figure>
40+
<img src="search-and-filter.png" alt="text" style="width: 100%; height: auto;">
41+
<figcaption>text</figcaption>
42+
</figure>
43+
</div>
44+
</div>
2645

2746
I held a workshop to clarify the specific needs trying to solve to focus designs and expectations.
28-
Few use cases that came out as to why a user might want to find a claim:
47+
#### Few use cases that came out as to why a user might want to find a claim:
2948
- Find an approved claim for financial reconciliation / verifying payment
3049
- Check claim status / amount approved or paid
3150
- Find a 60 claim to start the relevant 40 claim / to use that information for the 40 claim
@@ -47,7 +66,7 @@ Few use cases that came out as to why a user might want to find a claim:
4766
- To look at what evidence/ info provided for a course previously that I am claiming for again for a different learner
4867

4968

50-
Potential info to search on that would be helpful:
69+
#### Potential info to search on that would be helpful:
5170
- learner
5271
- claim id
5372
- course name
@@ -60,7 +79,7 @@ Potential info to search on that would be helpful:
6079
- date range
6180
- with or without evidence
6281

63-
Played back current designs and asked people to crit current painpoints in the search and filter designs, baring in mind what the use cases were trying to solve:
82+
#### Played back current designs and asked people to crit current painpoints in the search and filter designs, baring in mind what the use cases were trying to solve:
6483
- Table with filters is very congested on page
6584
- Could the filters be hidden by default and opt in to show when the user wants to filter
6685
- Content (ID, Date, etc) running onto multiple lines
@@ -73,7 +92,7 @@ Played back current designs and asked people to crit current painpoints in the s
7392
- Is the start date claim start date/ training start date
7493
- Not too sure the value of a start date
7594

76-
Also asked does the design answer the use cases identified? Other ideas to solve?
95+
#### Also asked does the design answer the use cases identified? Other ideas to solve?
7796
- It allows users to find specific claims
7897
- It allows users to narrow into a claim with limited information about that claim
7998
- It could enable reporting requirements in the future (unkown at this stage)
@@ -82,7 +101,7 @@ Also asked does the design answer the use cases identified? Other ideas to solve
82101
- Is there a difference between not yet submitted and incomplete claims?
83102
- Is there the ability for a sig (or submitter) to search by submitter name (e.g., to check work)
84103

85-
What are technical constraints?
104+
#### What are technical constraints?
86105
- Multiple use cases represented - scope and prioritisation in the backlog (MVP thinking required)
87106
- May be more complex technically e.g. if we needed to store various status change dates or derived values (cost vs benefit)
88107
- Searching on multiple fields may bring back a lot of results (performance and usability)
@@ -93,39 +112,69 @@ What are technical constraints?
93112

94113
From use cases identified sort of two categories formed, one claim searching to do something on, v group of claims exploration. Had to be careful here of ticket scope, determined this ticket is to fulfil the need of a user wanting to easily find one specific claim, rather than blurring and actually ending up more for reporting. From the current designs of a filter, it felt like from tech they thought uneccesary, and bridged into reporting. These findings came me a lot more to think about and refine search design with.
95114

96-
Next design crit on 29/8/24 with 8 new designs of various layouts and content.
115+
Next design crit on 29/8/24 with 8 new designs of various layouts and content. Highlighted below are the differences in design details
97116

98-
![A screenshot taken of the step by step navigation pattern](idea-1-2.png "step by step navigation pattern")
99-
![A screenshot taken of the step by step navigation pattern](idea-3-4.png "step by step navigation pattern")
100-
![A screenshot taken of the step by step navigation pattern](idea-5-6.png "step by step navigation pattern")
101-
![A screenshot taken of the step by step navigation pattern](idea-7-8.png "step by step navigation pattern")
117+
Image 1
118+
>**We believe that** adding a quick search for claim id on manage claims screen that will take them straight to claim if exists
119+
>**Will be a useful feature for** submitters
120+
>**As it will** help them find their exact specific claim if they already have this information to hand
102121
122+
Image 2-8
123+
>**We believe that** a advanced search
124+
>**Will be a useful feature for** submitters
125+
>**As it will** help them easily find a claim that they don't have the speicifc claim id for, but do have bits of other information about the claim.
103126
104-
Outcome was to have two versions to take into testing. A (which is based off version 3 above)- a more simple search on learner and training, both optional. Or B (which is based off version 2 above) - one with more options. See which the users felt would be more helpful, which categories are more useful and also how they felt about the layout and date range, as that is something that is a custom component.
127+
![A screenshot taken of the step by step navigation pattern](idea-1-2.png "step by step navigation pattern")
105128

106-
Outcome from testing to go with B
129+
Image 2
130+
- keywords typing input or a drop down
131+
- input has risk of spelling mistakes bringing back 0 results
132+
- single value selection
133+
- having multiple columns, is that confusing?
134+
- wording, is it a search or a filter?
107135

136+
Image 3
137+
- maybe its only the learner and training name that are worthwhile searching, as status is something they are trying to find out so isn’t the question, its the answer
138+
- is type something alone they would search for?
139+
- selecting a date range, what type of date? if selecting submitted by, then thats all the claim status except not yet submitted
108140

109-
workshop
141+
Image 4
142+
- drop down on what type of date searching for
110143

111-
filters
112-
search
113-
break it down
144+
Image 5
145+
- do we give them all the options and find out in research what is useful?
146+
- Is putting in single column less cognitively overwhelming
114147

115-
research on A and B versions
148+
Image 6
149+
- do we give them all the options and find out in research what is useful?
150+
- drop down, but search within the dropdown. is it still a multiple select, what is the need here?
151+
- is search dynamically technically complex?
152+
- Overcomplicating starting point?
116153

117-
remembering the point of work is to find a claim and not reporting
154+
Image 7
155+
- Design to allow function of multiple selection of training and learners, what is the user need to do this? Is that more reporting?
118156

119-
Interesting them being optional, as not a normal GDS recommended thing
157+
Image 8
158+
- Multiple selection variation of design to be less disjointed the selections from the choices.
159+
- Again what is the user need of multiple selection?
120160

161+
![A screenshot taken of the step by step navigation pattern](idea-3-4.png "step by step navigation pattern")
162+
![A screenshot taken of the step by step navigation pattern](idea-5-6.png "step by step navigation pattern")
163+
![A screenshot taken of the step by step navigation pattern](idea-7-8.png "step by step navigation pattern")
164+
165+
Outcome was to have two versions to take into testing. A (which is based off version 3 above)- a more simple search on learner and training, both optional. Or B (which is based off version 2 above) - one with more options. See which the users felt would be more helpful, which categories are more useful and also how they felt about the layout and date range, as that is something that is a custom component. Interesting them being optional, as not a normal GDS recommended thing wanted to see how users felt.
121166

122-
![A screenshot taken of the step by step navigation pattern](step-by-step.png "step by step navigation pattern")
167+
>**We believe that** testing options 2 and 3
168+
>**Will be useful for** us to see what information the submitters need to find a claim
169+
>**As they will** confirm our hypothesis' about what info is vital and which are nice to have's.
123170
124171
## How we tested our ideas and what we found
125172

173+
Outcome from testing to go with B
174+
Remembering the point of work is to find a claim and not reporting and B touches on reporting
175+
B had a lot of nice to have's, but A did the job.
176+
*ADD RESEARCH*
126177

127178
## What we will do next
128-
129-
split into seperate pieces of work, claim id search on manage claims screen and advanced search of learner and training.
130-
131-
Decided that sorting in tables will be brought in same time in the future as pagination
179+
- Split into seperate pieces of work, claim id search on manage claims screen and advanced search of learner and training.
180+
- Decided that sorting in tables will be brought in same time in the future as pagination

0 commit comments

Comments
 (0)