Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037018Retail ModulesWeb POSpublic2017-10-06 09:002017-11-10 14:01
marvintm 
jorge-garcia 
normalminorhave not tried
closedfixed 
5
 
RR18Q1 
marvintm
OBPS
No
0037018: Status icon on the login screen of mobile applications is useless and creates performance problems
The status icon on the user images in the login page of mobile applications currently serves no real purpose, and besides the query to compute this state is expensive in terms of performance in some situations. Therefore, we have decided to remove this icon, and the associated queries.
.
Check screenshot. The highlighted icons should be removed, as they currently serve no purpose.
No tags attached.
png feedbackicon.png (310,269) 2017-10-06 09:00
https://issues.openbravo.com/file_download.php?file_id=11145&type=bug
Issue History
2017-10-06 09:00marvintmNew Issue
2017-10-06 09:00marvintmAssigned To => Retail
2017-10-06 09:00marvintmOBNetwork customer => No
2017-10-06 09:00marvintmTriggers an Emergency Pack => No
2017-10-06 09:00marvintmFile Added: feedbackicon.png
2017-10-06 09:58egoitzOBNetwork customerNo => Yes
2017-10-06 09:58egoitzIssue Monitored: egoitz
2017-10-06 10:21marvintmResolution time => 1509490800
2017-11-02 13:57marvintmResolution time1509490800 => 1510095600
2017-11-02 14:16gorka_gilAssigned ToRetail => gorka_gil
2017-11-02 14:16gorka_gilStatusnew => acknowledged
2017-11-09 13:55jorge-garciaAssigned Togorka_gil => jorge-garcia
2017-11-09 13:56jorge-garciaStatusacknowledged => scheduled
2017-11-10 13:24hgbotCheckin
2017-11-10 13:24hgbotNote Added: 0100440
2017-11-10 13:25hgbotCheckin
2017-11-10 13:25hgbotNote Added: 0100441
2017-11-10 13:26hgbotCheckin
2017-11-10 13:26hgbotNote Added: 0100442
2017-11-10 13:26hgbotStatusscheduled => resolved
2017-11-10 13:26hgbotResolutionopen => fixed
2017-11-10 13:26hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/2ed05160af907a5a258ab921a45774d1fe8f23ff [^]
2017-11-10 14:01marvintmReview Assigned To => marvintm
2017-11-10 14:01marvintmStatusresolved => closed
2017-11-10 14:01marvintmFixed in Version => RR18Q1

Notes
(0100440)
hgbot   
2017-11-10 13:24   
Repository: tools/automation/pi-mobile
Changeset: b745d0d9594e8fbb170ba31188b058346f1bcf0f
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Nov 10 09:08:57 2017 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b745d0d9594e8fbb170ba31188b058346f1bcf0f [^]

Verifies issue 37018: Status icon on the login screen of mobile applications
is useless and creates performance problems

Remove two test checking the user sessions status.

Removed all references to session status icon.

---
M src-test/org/openbravo/test/mobile/retail/mobilecore/selenium/TestIdCore.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/I32347_VerifyLogInUserStatusImage.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/loginout/I33737_VerifyLogInForPortalUser.java
---
(0100441)
hgbot   
2017-11-10 13:25   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 5183f273d7465e87a204d35b12243d05ed1cb2db
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Nov 09 16:39:27 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5183f273d7465e87a204d35b12243d05ed1cb2db [^]

Related to issue 37018: Status icon on the login screen of mobile applications
is useless and creates performance problems

Remove sql query to get the actual session of the users.

---
M src/org/openbravo/retail/posterminal/LoginUtilsServlet.java
---
(0100442)
hgbot   
2017-11-10 13:26   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 2ed05160af907a5a258ab921a45774d1fe8f23ff
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Nov 09 16:38:45 2017 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/2ed05160af907a5a258ab921a45774d1fe8f23ff [^]

Fixed issue 37018: Status icon on the login screen of mobile applications
is useless and creates performance problems

Remove all reference to user sessions status.

---
M web/org.openbravo.mobile.core/assets/css/ob-login.css
M web/org.openbravo.mobile.core/source/component/ob-login.js
---