Skip to content

Commit

Permalink
fix: update notification texts
Browse files Browse the repository at this point in the history
  • Loading branch information
janthijs committed Nov 3, 2023
1 parent 0e1a6e6 commit 31d0aff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`Vergunningen service > fetchVergunningenNotifications 1`] = `
{
"chapter": "VERGUNNINGEN",
"datePublished": "2023-10-27",
"description": "Wij hebben uw aanvraag voor een kentekenwijziging RVV ontheffing Sloterweg (TT148N) in behandeling genomen",
"description": "Wij hebben uw aanvraag voor een kentekenwijziging RVV ontheffing Sloterweg naar (TT148N) in behandeling genomen",
"id": "vergunning-3593173882-notification",
"link": {
"title": "Bekijk details",
Expand Down Expand Up @@ -43,7 +43,7 @@ exports[`Vergunningen service > fetchVergunningenNotifications 1`] = `
{
"chapter": "VERGUNNINGEN",
"datePublished": "2023-08-29",
"description": "Wij hebben uw aanvraag voor een RVV ontheffing Sloterweg ontvangen.",
"description": "Wij hebben uw aanvraag voor een RVV ontheffing Sloterweg (37BHK4) ontvangen.",
"id": "vergunning-1097314015-notification",
"link": {
"title": "Bekijk details",
Expand All @@ -55,7 +55,7 @@ exports[`Vergunningen service > fetchVergunningenNotifications 1`] = `
{
"chapter": "VERGUNNINGEN",
"datePublished": "2023-08-29",
"description": "Wij hebben uw aanvraag voor een kentekenwijziging RVV ontheffing Sloterweg ontvangen.",
"description": "Wij hebben uw aanvraag voor een kentekenwijziging RVV ontheffing Sloterweg naar (TT148N) ontvangen.",
"id": "vergunning-1623553971-notification",
"link": {
"title": "Bekijk details",
Expand All @@ -67,7 +67,7 @@ exports[`Vergunningen service > fetchVergunningenNotifications 1`] = `
{
"chapter": "VERGUNNINGEN",
"datePublished": "2023-08-17",
"description": "Wij hebben uw aanvraag voor een RVV ontheffing Sloterweg ontvangen.",
"description": "Wij hebben uw aanvraag voor een RVV ontheffing Sloterweg (37BHK4) ontvangen.",
"id": "vergunning-4069415615-notification",
"link": {
"title": "Bekijk details",
Expand All @@ -79,7 +79,7 @@ exports[`Vergunningen service > fetchVergunningenNotifications 1`] = `
{
"chapter": "VERGUNNINGEN",
"datePublished": "2023-07-26T00:00:00",
"description": "Wij hebben uw aanvraag voor een kentekenwijziging RVV ontheffing Sloterweg (BB-344-P, VV-899-C) in behandeling genomen",
"description": "Wij hebben uw aanvraag voor een kentekenwijziging RVV ontheffing Sloterweg naar (BB-344-P, VV-899-C) in behandeling genomen",
"id": "vergunning-4039623833-notification",
"link": {
"title": "Bekijk details",
Expand All @@ -91,7 +91,7 @@ exports[`Vergunningen service > fetchVergunningenNotifications 1`] = `
{
"chapter": "VERGUNNINGEN",
"datePublished": "2023-07-23T11:21:33",
"description": "Wij hebben uw aanvraag voor een RVV ontheffing Sloterweg (Nieuw/Verleend) ontvangen.",
"description": "Wij hebben uw aanvraag voor een RVV ontheffing Sloterweg (YY-123-A, ZZ-122-A) ontvangen.",
"id": "vergunning-3368771494-notification",
"link": {
"title": "Bekijk details",
Expand Down Expand Up @@ -887,7 +887,7 @@ exports[`Vergunningen service > should format data correctly 1`] = `
"dateRequest": "2023-07-01T11:21:33",
"dateStart": "2023-07-12T00:00:00",
"dateWorkflowActive": "2023-07-02T00:00:00",
"dateWorkflowVerleend": null,
"dateWorkflowVerleend": "2023-07-02T00:00:00",
"decision": "Verlopen",
"id": "2165183397",
"identifier": "Z/23/98744444423",
Expand All @@ -906,7 +906,7 @@ exports[`Vergunningen service > should format data correctly 1`] = `
"dateRequest": "2023-07-01T11:21:33",
"dateStart": "2023-07-12T00:00:00",
"dateWorkflowActive": "2023-07-02T00:00:00",
"dateWorkflowVerleend": null,
"dateWorkflowVerleend": "2023-07-02T00:00:00",
"decision": "Ingetrokken",
"id": "4110068165",
"identifier": "Z/23/123123456",
Expand Down
14 changes: 8 additions & 6 deletions src/server/services/vergunningen/vergunningen-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,9 @@ export const notificationContent: NotificationContent = {
(item as RVVSloterweg).requestType === 'Wijziging'
? ' kentekenwijziging'
: ''
} ${item.title} ontvangen.`,
} RVV ontheffing Sloterweg ${
(item as RVVSloterweg).requestType === 'Wijziging' ? 'naar ' : ''
}(${(item as RVVSloterweg).licensePlates}) ontvangen.`,
},
inProgress: {
...inProgressShort,
Expand All @@ -300,9 +302,9 @@ export const notificationContent: NotificationContent = {
(item as RVVSloterweg).requestType === 'Wijziging'
? ' kentekenwijziging'
: ''
} RVV ontheffing Sloterweg (${
(item as RVVSloterweg).licensePlates
}) in behandeling genomen`,
} RVV ontheffing Sloterweg ${
(item as RVVSloterweg).requestType === 'Wijziging' ? 'naar ' : ''
}(${(item as RVVSloterweg).licensePlates}) in behandeling genomen`,
},
done: {
...doneShort,
Expand All @@ -319,7 +321,7 @@ export const notificationContent: NotificationContent = {
: ''
} RVV ontheffing Sloterweg ${
(item as RVVSloterweg).requestType === 'Wijziging' ? 'naar ' : ''
} (${(item as RVVSloterweg).licensePlates}) verleend`,
}(${(item as RVVSloterweg).licensePlates}) verleend`,
},
revoked: {
...doneShort,
Expand All @@ -336,7 +338,7 @@ export const notificationContent: NotificationContent = {
: ''
} RVV ontheffing Sloterweg ${
(item as RVVSloterweg).requestType === 'Wijziging' ? 'naar ' : ''
} (${(item as RVVSloterweg).licensePlates}) ingetrokken`,
}(${(item as RVVSloterweg).licensePlates}) ingetrokken`,
},
},
};

0 comments on commit 31d0aff

Please sign in to comment.