Skip to content

Commit 11ee0f9

Browse files
Merge pull request #10 from foundersandcoders/edit_restitution
Edit restitution
2 parents 7f30841 + faa3dac commit 11ee0f9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2232
-2352
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ allcode.txt
2727
.env.*
2828
.env.development
2929
.aider*
30+
31+
CLAUDE.md

data/categoryStructure.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"color": "#2c3e50",
1414
"icon": "🌟",
1515
"children": [
16+
{
17+
"id": "communication",
18+
"name": "Communication",
19+
"displayName": "Communication",
20+
"color": "#007BFF",
21+
"icon": "💬"
22+
},
1623
{
1724
"id": "support_assistance",
1825
"name": "Support & Assistance",
@@ -104,6 +111,20 @@
104111
"icon": "🔗"
105112
}
106113
]
114+
},
115+
{
116+
"id": "leadership",
117+
"name": "Leadership",
118+
"displayName": "Leadership",
119+
"color": "#8A2BE2",
120+
"icon": "👑"
121+
},
122+
{
123+
"id": "achievement",
124+
"name": "Achievement",
125+
"displayName": "Achievement",
126+
"color": "#F1C40F",
127+
"icon": "🏆"
107128
}
108129
]
109130
},

data/setQuestions.json.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file makes that when setQuestions.json is imported, it will be typed as SetQuestionsData.
22

3-
import { SetQuestionsData } from '../types/types';
3+
import { SetQuestionsData } from '../types/entries';
44

55
declare const value: SetQuestionsData;
66
export default value;

data/statementsCategories.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
22
"categories": [
33
{
4-
"id": "wellbeing",
4+
"id": "Wellbeing",
55
"name": "Wellness at work"
66
},
77
{
8-
"id": "parental",
8+
"id": "Parental",
99
"name": "My role as a parent and/or carer"
1010
},
1111
{
12-
"id": "religious",
12+
"id": "Religious",
1313
"name": "My religion or beliefs"
1414
},
1515
{
16-
"id": "disability",
16+
"id": "Disability",
1717
"name": "My experience as someone with a disability or long term condition"
1818
},
1919
{
20-
"id": "colleagueSharing",
20+
"id": "Colleague_Sharing",
2121
"name": "Colleague Sharing"
2222
},
2323
{
24-
"id": "employerSupport",
24+
"id": "Employer_Support",
2525
"name": "Employer Support"
2626
},
2727
{
28-
"id": "personalIntroduction",
28+
"id": "Personal_Introduction",
2929
"name": "Personal Introduction"
3030
}
3131
]

0 commit comments

Comments
 (0)