Skip to content

Commit 51ec105

Browse files
committed
Now we hide the central logo and avoid background opacity on birthday
1 parent 0aa9ae5 commit 51ec105

File tree

5 files changed

+25
-14
lines changed

5 files changed

+25
-14
lines changed

08/lambda/handlers.js

+8-4
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ const RegisterBirthdayIntentHandler = {
7878
mainText: handlerInput.t('LAUNCH_TEXT_FILLED_MSG', {day: day, month: parseInt(month, 10), year: year}),
7979
hintString: handlerInput.t('LAUNCH_HINT_MSG'),
8080
logoUrl: Viewport.pixelWidth > 480 ? util.getS3PreSignedUrl('Media/full_icon_512.png') : util.getS3PreSignedUrl('Media/full_icon_108.png'),
81-
backgroundImage: util.getS3PreSignedUrl('Media/garlands_'+resolution+'.png')
81+
backgroundImage: util.getS3PreSignedUrl('Media/garlands_'+resolution+'.png'),
82+
backgroundOpacity: "0.5"
8283
},
8384
transformers: [{
8485
inputPath: 'hintString',
@@ -88,6 +89,7 @@ const RegisterBirthdayIntentHandler = {
8889
}
8990
});
9091
}
92+
9193
// Add card to response
9294
handlerInput.responseBuilder.withStandardCard(
9395
handlerInput.t('LAUNCH_HEADER_MSG'),
@@ -173,9 +175,9 @@ const SayBirthdayIntentHandler = {
173175
headerTitle: handlerInput.t('LAUNCH_HEADER_MSG'),
174176
mainText: isBirthday ? sessionAttributes['age'] : handlerInput.t('DAYS_LEFT_MSG', {name: '', count: sessionAttributes['daysLeft']}),
175177
hintString: handlerInput.t('LAUNCH_HINT_MSG'),
176-
logoUrl: Viewport.pixelWidth > 480 ? util.getS3PreSignedUrl('Media/full_icon_512.png') : util.getS3PreSignedUrl('Media/full_icon_108.png'),
178+
logoUrl: isBirthday ? null : Viewport.pixelWidth > 480 ? util.getS3PreSignedUrl('Media/full_icon_512.png') : util.getS3PreSignedUrl('Media/full_icon_108.png'),
177179
backgroundImage: isBirthday ? util.getS3PreSignedUrl('Media/cake_'+resolution+'.png') : util.getS3PreSignedUrl('Media/papers_'+resolution+'.png'),
178-
backgroundOpacity: isBirthday ? "1" : "0.3"
180+
backgroundOpacity: isBirthday ? "1" : "0.5"
179181
},
180182
transformers: [{
181183
inputPath: 'hintString',
@@ -185,6 +187,7 @@ const SayBirthdayIntentHandler = {
185187
}
186188
});
187189
}
190+
188191
// Add card to response
189192
handlerInput.responseBuilder.withStandardCard(
190193
handlerInput.t('LAUNCH_HEADER_MSG'),
@@ -306,7 +309,8 @@ const RemindBirthdayIntentHandler = {
306309
mainText: speechText,
307310
hintString: handlerInput.t('LAUNCH_HINT_MSG'),
308311
logoUrl: Viewport.pixelWidth > 480 ? util.getS3PreSignedUrl('Media/full_icon_512.png') : util.getS3PreSignedUrl('Media/full_icon_108.png'),
309-
backgroundImage: util.getS3PreSignedUrl('Media/straws_'+resolution+'.png')
312+
backgroundImage: util.getS3PreSignedUrl('Media/straws_'+resolution+'.png'),
313+
backgroundOpacity: "0.5"
310314
},
311315
transformers: [{
312316
inputPath: 'hintString',

09/lambda/handlers.js

+8-4
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ const RegisterBirthdayIntentHandler = {
7878
mainText: handlerInput.t('LAUNCH_TEXT_FILLED_MSG', {day: day, month: parseInt(month, 10), year: year}),
7979
hintString: handlerInput.t('LAUNCH_HINT_MSG'),
8080
logoUrl: Viewport.pixelWidth > 480 ? util.getS3PreSignedUrl('Media/full_icon_512.png') : util.getS3PreSignedUrl('Media/full_icon_108.png'),
81-
backgroundImage: util.getS3PreSignedUrl('Media/garlands_'+resolution+'.png')
81+
backgroundImage: util.getS3PreSignedUrl('Media/garlands_'+resolution+'.png'),
82+
backgroundOpacity: "0.5"
8283
},
8384
transformers: [{
8485
inputPath: 'hintString',
@@ -88,6 +89,7 @@ const RegisterBirthdayIntentHandler = {
8889
}
8990
});
9091
}
92+
9193
// Add card to response
9294
handlerInput.responseBuilder.withStandardCard(
9395
handlerInput.t('LAUNCH_HEADER_MSG'),
@@ -173,9 +175,9 @@ const SayBirthdayIntentHandler = {
173175
headerTitle: handlerInput.t('LAUNCH_HEADER_MSG'),
174176
mainText: isBirthday ? sessionAttributes['age'] : handlerInput.t('DAYS_LEFT_MSG', {name: '', count: sessionAttributes['daysLeft']}),
175177
hintString: handlerInput.t('LAUNCH_HINT_MSG'),
176-
logoUrl: Viewport.pixelWidth > 480 ? util.getS3PreSignedUrl('Media/full_icon_512.png') : util.getS3PreSignedUrl('Media/full_icon_108.png'),
178+
logoUrl: isBirthday ? null : Viewport.pixelWidth > 480 ? util.getS3PreSignedUrl('Media/full_icon_512.png') : util.getS3PreSignedUrl('Media/full_icon_108.png'),
177179
backgroundImage: isBirthday ? util.getS3PreSignedUrl('Media/cake_'+resolution+'.png') : util.getS3PreSignedUrl('Media/papers_'+resolution+'.png'),
178-
backgroundOpacity: isBirthday ? "1" : "0.3"
180+
backgroundOpacity: isBirthday ? "1" : "0.5"
179181
},
180182
transformers: [{
181183
inputPath: 'hintString',
@@ -185,6 +187,7 @@ const SayBirthdayIntentHandler = {
185187
}
186188
});
187189
}
190+
188191
// Add card to response
189192
handlerInput.responseBuilder.withStandardCard(
190193
handlerInput.t('LAUNCH_HEADER_MSG'),
@@ -306,7 +309,8 @@ const RemindBirthdayIntentHandler = {
306309
mainText: speechText,
307310
hintString: handlerInput.t('LAUNCH_HINT_MSG'),
308311
logoUrl: Viewport.pixelWidth > 480 ? util.getS3PreSignedUrl('Media/full_icon_512.png') : util.getS3PreSignedUrl('Media/full_icon_108.png'),
309-
backgroundImage: util.getS3PreSignedUrl('Media/straws_'+resolution+'.png')
312+
backgroundImage: util.getS3PreSignedUrl('Media/straws_'+resolution+'.png'),
313+
backgroundOpacity: "0.5"
310314
},
311315
transformers: [{
312316
inputPath: 'hintString',

09/lambda/localisation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
NOW_TURN_MSG_plural: 'Hoy cumples {{count}} años! ',
2121
MISSING_MSG: DOUBT_SPEECHCON + '. Parece que aun no me has dicho tu fecha de cumpleaños. ',
2222
HELP_MSG: 'Puedo recordar tu cumpleaños si me dices una fecha. Y decirte cuanto falta para que cumplas. También puedo crear un recordatorio para cuando cumplas o decirte quién cumple años hoy. ',
23-
SHORT_HELP_MSG: 'Dime que otra cosa quieres hacer o solo dí, ayuda, si no estas seguro, o, para, si quieres salir. ',
23+
SHORT_HELP_MSG: 'Dime que otra cosa quieres hacer. ',
2424
GOODBYE_MSG: ['Hasta luego {{name}}! ', 'Adios {{name}}! ', 'Hasta pronto {{name}}! ', 'Nos vemos {{name}}! '],
2525
REFLECTOR_MSG: 'Acabas de activar {{intent}}',
2626
FALLBACK_MSG: 'Lo siento, no se nada sobre eso. Por favor inténtalo otra vez. ',

10/lambda/handlers.js

+7-4
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ const RegisterBirthdayIntentHandler = {
7878
mainText: handlerInput.t('LAUNCH_TEXT_FILLED_MSG', {day: day, month: parseInt(month, 10), year: year}),
7979
hintString: handlerInput.t('LAUNCH_HINT_MSG'),
8080
logoUrl: Viewport.pixelWidth > 480 ? util.getS3PreSignedUrl('Media/full_icon_512.png') : util.getS3PreSignedUrl('Media/full_icon_108.png'),
81-
backgroundImage: util.getS3PreSignedUrl('Media/garlands_'+resolution+'.png')
81+
backgroundImage: util.getS3PreSignedUrl('Media/garlands_'+resolution+'.png'),
82+
backgroundOpacity: "0.5"
8283
},
8384
transformers: [{
8485
inputPath: 'hintString',
@@ -88,6 +89,7 @@ const RegisterBirthdayIntentHandler = {
8889
}
8990
});
9091
}
92+
9193
// Add card to response
9294
handlerInput.responseBuilder.withStandardCard(
9395
handlerInput.t('LAUNCH_HEADER_MSG'),
@@ -173,9 +175,9 @@ const SayBirthdayIntentHandler = {
173175
headerTitle: handlerInput.t('LAUNCH_HEADER_MSG'),
174176
mainText: isBirthday ? sessionAttributes['age'] : handlerInput.t('DAYS_LEFT_MSG', {name: '', count: sessionAttributes['daysLeft']}),
175177
hintString: handlerInput.t('LAUNCH_HINT_MSG'),
176-
logoUrl: Viewport.pixelWidth > 480 ? util.getS3PreSignedUrl('Media/full_icon_512.png') : util.getS3PreSignedUrl('Media/full_icon_108.png'),
178+
logoUrl: isBirthday ? null : Viewport.pixelWidth > 480 ? util.getS3PreSignedUrl('Media/full_icon_512.png') : util.getS3PreSignedUrl('Media/full_icon_108.png'),
177179
backgroundImage: isBirthday ? util.getS3PreSignedUrl('Media/cake_'+resolution+'.png') : util.getS3PreSignedUrl('Media/papers_'+resolution+'.png'),
178-
backgroundOpacity: isBirthday ? "1" : "0.3"
180+
backgroundOpacity: isBirthday ? "1" : "0.5"
179181
},
180182
transformers: [{
181183
inputPath: 'hintString',
@@ -306,7 +308,8 @@ const RemindBirthdayIntentHandler = {
306308
mainText: speechText,
307309
hintString: handlerInput.t('LAUNCH_HINT_MSG'),
308310
logoUrl: Viewport.pixelWidth > 480 ? util.getS3PreSignedUrl('Media/full_icon_512.png') : util.getS3PreSignedUrl('Media/full_icon_108.png'),
309-
backgroundImage: util.getS3PreSignedUrl('Media/straws_'+resolution+'.png')
311+
backgroundImage: util.getS3PreSignedUrl('Media/straws_'+resolution+'.png'),
312+
backgroundOpacity: "0.5"
310313
},
311314
transformers: [{
312315
inputPath: 'hintString',

10/lambda/localisation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
NOW_TURN_MSG_plural: 'Hoy cumples {{count}} años! ',
2121
MISSING_MSG: DOUBT_SPEECHCON + '. Parece que aun no me has dicho tu fecha de cumpleaños. ',
2222
HELP_MSG: 'Puedo recordar tu cumpleaños si me dices una fecha. Y decirte cuanto falta para que cumplas. También puedo crear un recordatorio para cuando cumplas o decirte quién cumple años hoy. ',
23-
SHORT_HELP_MSG: 'Dime que otra cosa quieres hacer o solo dí, ayuda, si no estas seguro, o, para, si quieres salir. ',
23+
SHORT_HELP_MSG: 'Dime que otra cosa quieres hacer. ',
2424
GOODBYE_MSG: ['Hasta luego {{name}}! ', 'Adios {{name}}! ', 'Hasta pronto {{name}}! ', 'Nos vemos {{name}}! '],
2525
REFLECTOR_MSG: 'Acabas de activar {{intent}}',
2626
FALLBACK_MSG: 'Lo siento, no se nada sobre eso. Por favor inténtalo otra vez. ',

0 commit comments

Comments
 (0)