Compare commits

...

4 Commits

Author SHA1 Message Date
53f8ea37f5 chore: fix the name of personal report 2026-05-10 18:02:37 -04:00
b222c5078f feat: Add basic personal report stuff 2026-05-10 17:22:46 -04:00
ca7b4c2896 feat: add new wotd question 2026-05-10 17:13:51 -04:00
cbdf0e5b5d feat: Expand on unable to do anything message 2026-05-10 17:02:03 -04:00
18 changed files with 133 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

0
Skills/@be/node_modules/@be/main-menu/resources/icons/word-of-the-day.png generated vendored Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@@ -76,6 +76,23 @@
}
}
},
{
"id": "personal-report",
"label": "Personal Report",
"colors": ["0xFBC230", "0xAC661E"],
"iconSrc": "resources/icons/personal-report.png",
"action": {
"type": "utterance",
"data": {
"utterance": {
"intent": "loadMenu",
"entities": {
"destination": "personal-report"
}
}
}
}
},
{
"id": "radio",
"label": "Music",

View File

@@ -0,0 +1,95 @@
{
"rule": "main-menu/execute_personal_report",
"timeout": 8,
"viewConfig": {
"type": "MenuView",
"id": "personal-report",
"title": "Personal Report",
"listDefault": {
"menuButtonType": "SkillButton",
"colors":["0xFBC230", "0xAC661E"]
},
"list": [
{
"id": "fullReport",
"label": "Full Report",
"iconSrc": "resources/icons/full-report.png",
"action": {
"type": "utterance",
"data":{
"utterance": {
"intent": "loadMenu",
"entities": {
"destination": "full-report"
}
}
}
}
},
{
"id": "weather",
"label": "Weather",
"iconSrc": "resources/icons/weather.png",
"action": {
"type": "utterance",
"data":{
"utterance": {
"intent": "loadMenu",
"entities": {
"destination": "weather"
}
}
}
}
},
{
"id": "calendar",
"label": "Calendar",
"iconSrc": "resources/icons/calendar.png",
"action": {
"type": "utterance",
"data":{
"utterance": {
"intent": "loadMenu",
"entities": {
"destination": "calendar"
}
}
}
}
},
{
"id": "commute",
"label": "Commute",
"iconSrc": "resources/icons/commute.png",
"action": {
"type": "utterance",
"data":{
"utterance": {
"intent": "loadMenu",
"entities": {
"destination": "commute"
}
}
}
}
},
{
"id": "news",
"label": "News",
"iconSrc": "resources/icons/news.png",
"action": {
"type": "utterance",
"data":{
"utterance": {
"intent": "loadMenu",
"entities": {
"destination": "news"
}
}
}
}
}
]
}
}

View File

@@ -13,7 +13,7 @@
"prompt_sub_category": "AN",
"index": 1,
"condition": "",
"prompt": "<anim path='Wi-Fi_SwipeResponse.keys'>I'm really not able to do anything until I'm reconnected to wifi.</anim>",
"prompt": "<anim path='Wi-Fi_SwipeResponse.keys'>I'm really not able to do anything until I'm reconnected to wifi. If you are unable to reconnect, try using my power button to reboot me.</anim>",
"media": "TTS",
"prompt_id": "ILikeWiFi_AN_01"
}

View File

@@ -1363,5 +1363,25 @@
"answer": "epistemic"
}
]
},
{
"id": "sonder",
"question": "the realization that each random passerby is living a life as vivid and complex as your own",
"followup": "I've heard if you see a gravid woman on a bus or train, it's polite to give up your seat for her.",
"answers": [
{
"answer": "saudade",
"homophones": ["sad day", "saw day", "sad days", "saw days", "sag day", "sag days"]
},
{
"answer": "limerence",
"homophones": ["limerick", "limerence", "limerick", "limerence", "limerick", "limerence", "limer dance"]
},
{
"answer": "sonder",
"correct": true,
"homophones": ["solder", "sondor", "sadder", "sawwer"]
}
]
}
]