Skip to content

Commit

Permalink
🐛 fix(useCampaignInsights.ts): update insight titles and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbon committed Jul 21, 2023
1 parent 1eda63e commit e97cc39
Showing 1 changed file with 28 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ export const useCampaignInsights = ({
insights: [
{
id: 1,
title: 'My insight',
description: 'This is an insight',
title: 'Malfunzionamenti sul motore di ricerca',
description:
"I motori di ricerca dei diversi flussi per fissare un appuntamento presentano malfunzionamenti e dinamiche diverse che rendono complicata l'interazione e la ricerca.",
severity: {
id: 1,
name: 'Minor',
name: 'Major issue',
},
cluster: 'all',
videoPart: [
Expand All @@ -66,15 +67,36 @@ export const useCampaignInsights = ({
'http://sample.vodobox.net/skate_phantom_flex_4k/skate_phantom_flex_4k.m3u8',
description: 'This is a video part',
},
{
id: 2,
start: 25,
end: 50,
mediaId: 1,
url: 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4',
streamUrl:
'http://sample.vodobox.net/skate_phantom_flex_4k/skate_phantom_flex_4k.m3u8',
description: 'This is a video part',
},
{
id: 3,
start: 60,
end: 70,
mediaId: 1,
url: 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4',
streamUrl:
'http://sample.vodobox.net/skate_phantom_flex_4k/skate_phantom_flex_4k.m3u8',
description: 'This is a video part',
},
],
},
{
id: 2,
title: 'My second insight',
description: 'This is another insight',
title: "Criticità sull'esperienza desktop",
description:
"I motori di ricerca dei diversi flussi per fissare un appuntamento presentano malfunzionamenti e dinamiche diverse che rendono complicata l'interazione e la ricerca.",
severity: {
id: 2,
name: 'Positive',
name: 'Minor issue',
},
cluster: [
{
Expand Down

0 comments on commit e97cc39

Please sign in to comment.