Feature #14203

[The Demo App ] - Need to change Great Eastern word to be SILVER

Added by See Liang Lim about 2 years ago. Updated about 2 years ago.

Status:FeedbackStart date:25 August 2022
Priority:NormalDue date:
Assignee:See Liang Lim% Done:

0%

Category:-Spent time:-
Target version:-
Phase:Future Branch Code:showroom-proj-base-i5

Description

1) Need to install the demo app from "https://dev.silverlakemobility.com/release/gerewards/sl/index.php"
2) The App is "Demo-120 (2.18.0.x)"
3) This app is a generic app, and therefore some of existing Great Eastern words had been changed to Silver Rewards

But some were missed
1) See the attached under Me page
2) Change the highlighted to be "Silver"

Hi Dextor, can check the correct version 1st before assigning..It is not the SuperApp version.

Me Page.jfif (47 KB) See Liang Lim, 25 August 2022 10:50 AM

History

#1 Updated by Hoo Dextor about 2 years ago

  • Status changed from New to Assigned
  • Assignee changed from Hoo Dextor to chok yee fan

chok, this 1 you help assign, coz last time the demo app's task assign by you, i don't know the detail

#2 Updated by chok yee fan about 2 years ago

  • Assignee changed from chok yee fan to Low Dylan

these message return from BE via ws /getSSOUrl

need to change those keyword describe from the bugs

#3 Updated by Low Dylan about 2 years ago

  • Status changed from Assigned to Resolved

Perform SQL update in GE Reward Demo database below:

update mleb_ereward.properties
set value = replace(value, 'Great Eastern Rewards','Silver Rewards')
where lower(value) like '%great eastern rewards%';

select replace(value, 'Great Eastern','Silverlake') from mleb_ereward.properties where lower(value) like '%great eastern%'

update mleb_ereward.properties
set value = replace(value, 'Great Eastern','Silverlake')
where lower(value) like '%great eastern%';

update mleb_ereward.properties
set value = replace(value, 'Great Rewards','Silver Rewards')
where lower(value) like '%great rewards%';

update mleb_ereward.properties
set value = replace(value, 'GETGREAT','Wellness')
where value like '%GETGREAT%';

update mleb_ereward.properties
set value = replace(value, 'GREAT Dollars','Silver Dollars')
where value like '%GREAT Dollars%';

update mleb_ereward.properties
set value = replace(value, 'greateasternlife.com','silverlakemobility.com')
where value like '%greateasternlife.com%';

update mleb_ereward.properties
set value = replace(value, 'greateastern','silverlakemobility')
where value like '%greateastern%';

#4 Updated by Low Dylan about 2 years ago

  • Status changed from Resolved to Feedback
  • Assignee changed from Low Dylan to See Liang Lim

Can help to check if it has been fixed?

Also available in: Atom PDF