I am trying to know the logic behind the status with color "RED", "GREEN", "RED" that is shown on dashboard. I looked into the Dashboard Activity but it seems that it is using webview so I assume the whole dashboard is created at server side and sent it to mobile.
Does that mean the color logic is implemented at server side?
1.a. If that is correct, I want to know the logic that is determining the color and the parameters that is taken as input. A code snippet will be helpful.
If the above is not correct than it means the app is doing some conditional check while taking input from user. (Forgive me that I didn't read the whole source code, I just want to know the logic). If that is the case, kindly tell me the class name into which I should look into.
So in a nutshell, I want to know
Parameters taken as input (user q/a inside app, ...etc?)
Conditions that is determining the color as "RED", "GREEN", "YELLOW"
I am trying to know the logic behind the status with color "RED", "GREEN", "RED" that is shown on dashboard. I looked into the Dashboard Activity but it seems that it is using webview so I assume the whole dashboard is created at server side and sent it to mobile.
Does that mean the color logic is implemented at server side? 1.a. If that is correct, I want to know the logic that is determining the color and the parameters that is taken as input. A code snippet will be helpful.
If the above is not correct than it means the app is doing some conditional check while taking input from user. (Forgive me that I didn't read the whole source code, I just want to know the logic). If that is the case, kindly tell me the class name into which I should look into.
So in a nutshell, I want to know