3
3
----------------
4
4
*/
5
5
6
- import { RoleType , type RolesConfig } from '../../types/content/roles.ts' ;
6
+ import {
7
+ RoleCategory ,
8
+ RoleType ,
9
+ type RolesConfig ,
10
+ } from '../../types/content/roles.ts' ;
7
11
8
12
export const ROLES_CONFIG : RolesConfig = {
9
13
[ RoleType . Employment ] : [
10
14
{
11
- category : 'internship' ,
15
+ category : RoleCategory . Internship ,
12
16
title : 'Systems Analyst' ,
13
17
company : 'Haemonetics Corporation' ,
14
18
companyUrl : 'https://www.haemonetics.com/' ,
@@ -25,7 +29,7 @@ export const ROLES_CONFIG: RolesConfig = {
25
29
] ,
26
30
} ,
27
31
{
28
- category : 'seasonal' ,
32
+ category : RoleCategory . SeasonalJob ,
29
33
title : 'Ramp Agent' ,
30
34
company : 'Airport Terminal Services' ,
31
35
companyUrl : 'https://www.atsstl.com/' ,
@@ -38,7 +42,7 @@ export const ROLES_CONFIG: RolesConfig = {
38
42
] ,
39
43
} ,
40
44
{
41
- category : 'seasonal' ,
45
+ category : RoleCategory . SeasonalJob ,
42
46
title : 'General Production Laborer' ,
43
47
company : 'Universal Handling Equipment Ltd.' ,
44
48
companyUrl : 'https://www.universalhandling.com/' ,
@@ -54,7 +58,7 @@ export const ROLES_CONFIG: RolesConfig = {
54
58
] ,
55
59
} ,
56
60
{
57
- category : 'seasonal' ,
61
+ category : RoleCategory . SeasonalJob ,
58
62
title : 'General Production Laborer' ,
59
63
company : 'Universal Handling Equipment Ltd.' ,
60
64
companyUrl : 'https://www.universalhandling.com/' ,
@@ -70,7 +74,7 @@ export const ROLES_CONFIG: RolesConfig = {
70
74
] ,
71
75
} ,
72
76
{
73
- category : 'seasonal' ,
77
+ category : RoleCategory . SeasonalJob ,
74
78
title : 'Afternoon Paper Carrier' ,
75
79
company : 'Red Deer Advocate' ,
76
80
companyUrl : 'https://www.reddeeradvocate.com/' ,
@@ -84,7 +88,7 @@ export const ROLES_CONFIG: RolesConfig = {
84
88
] ,
85
89
} ,
86
90
{
87
- category : 'seasonal' ,
91
+ category : RoleCategory . SeasonalJob ,
88
92
title : 'Shop Assistant' ,
89
93
company : 'Universal Handling Equipment Ltd.' ,
90
94
companyUrl : 'https://www.universalhandling.com/' ,
0 commit comments