med-material / trail-it-analysis

data analysis of trail it
0 stars 0 forks source link

Dashboard: Profile Information View #1

Open bastianilso opened 2 years ago

bastianilso commented 2 years ago

dashboard-profile-information

Jules-CLERC commented 2 years ago

In the case of percentage of hits (here 80%) which corresponds to the percentage of the last session, with what value should it be compared (here +15%)?

Jules-CLERC commented 2 years ago

In the case of the progress bar, if the current player has as a last session a different type of that (Correspond to the data of MPC players) :

bastianilso commented 2 years ago

In the case of percentage of hits (here 80%) which corresponds to the percentage of the last session, with what value should it be compared (here +15%)? Option 1 : The percentage of hits of the previous session

In the case of the progress bar, if the current player has as a last session a different type of that (Correspond to the data of MPC players) : If the current session is Game A, then comparison should be to the previous Game A session. If current session is Game B, then comparison should be to the previous Game B session.

Jules-CLERC commented 2 years ago
Capture d’écran 2021-11-09 à 08 37 53

the R shiny page currently looks like this, do you want any changes?

bastianilso commented 2 years ago

Nice work jules. 🦅

Some quick notes:

Jules-CLERC commented 2 years ago
image

Is that what you mean when you talk about the current module structure ?

For the progress bar is use "library(shinyWidgets)", but I can manage to change that.