From 8c8d2f8e788dc1350d69187107d6dab19a1767e9 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 8 Mar 2024 12:40:55 -0500 Subject: [PATCH] banners list --- service/banners.js | 96 ++++++++++++++++++++++++++++++---------------- 1 file changed, 63 insertions(+), 33 deletions(-) diff --git a/service/banners.js b/service/banners.js index ccec212..7461437 100644 --- a/service/banners.js +++ b/service/banners.js @@ -54,55 +54,85 @@ var banners = { // }); var bannerArray = { - "pending": { + "thiskey01": { "banner": { "image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg", "icon": "bannerimage.icon", "style": "style1", - "text": "Ready to Start ?", - "description": "Waiting for you to get started", - "action": "pending" - } + "text": "This is the title text?", + "description": "Some description of this item, ", + "action": "thiskey" + }, }, - "current": { + "thiskey02": { "banner": { - "image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-active.jpg", + "image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg", "icon": "bannerimage.icon", - "style": "style2", - "text": "Current Activities", - "description": "Your currently active task", - "action": "mytask" - } + "style": "style1", + "text": "This is the title text?", + "description": "Some description of this item, ", + "action": "thiskey" + }, }, - "suggested": { + "thiskey03": { "banner": { - "image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-suggested.jpg", + "image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg", "icon": "bannerimage.icon", - "style": "style2", - "text": "Waiting for Parent", - "description": "Waiting for parent to get started", - "action": "parentwaiting" - } + "style": "style1", + "text": "This is the title text?", + "description": "Some description of this item, ", + "action": "thiskey" + }, }, - "recommend": { + "thiskey04": { "banner": { - "image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-recommend.jpg", + "image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg", "icon": "bannerimage.icon", - "style": "style3", - "text": "Recommend to Parent", - "description": "Send to parent to approve", - "action": "familymarket" - } + "style": "style1", + "text": "This is the title text?", + "description": "Some description of this item, ", + "action": "thiskey" + }, }, - "pastdue": { + "thiskey05": { "banner": { - "image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-pastdue.jpg", + "image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg", "icon": "bannerimage.icon", - "style": "style5", - "text": "Past Due", - "description": "Ask for more time if past due", - "action": "pastdue" - } + "style": "style1", + "text": "This is the title text?", + "description": "Some description of this item, ", + "action": "thiskey" + }, + }, + "thiskey06": { + "banner": { + "image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg", + "icon": "bannerimage.icon", + "style": "style1", + "text": "This is the title text?", + "description": "Some description of this item, ", + "action": "thiskey" + }, + }, + "thiskey07": { + "banner": { + "image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg", + "icon": "bannerimage.icon", + "style": "style1", + "text": "This is the title text?", + "description": "Some description of this item, ", + "action": "thiskey" + }, + }, + "thiskey08": { + "banner": { + "image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg", + "icon": "bannerimage.icon", + "style": "style1", + "text": "This is the title text?", + "description": "Some description of this item, ", + "action": "thiskey" + }, } };