Open nclaidiere opened 2 years ago
Marking this as won't fix for now since it's a feature request rather than a bug fix.
Note from Nicolas:
Same with participants tab, in participations it is nice to have the studies and the number of trials done (not % complete) and it could also list the studies for the last week by default (then option for month, year or all)
Hi @nclaidiere
Can you please have a look at the video. I removed the 'Most recent participations'. And let the 'Most active studies' and 'Most active participants' load up to 1000 entries each (the limit is just for safety and as far as I know unlikely to be reached). The two lists are scollable and ordered by most active first. Are you happy with these changes?
Then about the graph. We use Vuetify and this framework only supports sparklines. Vuetify's sparklines are pretty limited. I did my best: reduced 'bumpiness' and abolished the flashy colors - but it's impossible to add a y-axis (which I personally dislike since one cannot see how many jobs were done on each day). What do you think, is this enough?
https://github.com/user-attachments/assets/923c409f-bd1a-41a7-8c3b-5a5d32a0028d
Edit: spelling
Hi Kristian, Thanks for the video.
'Most active studies' and 'Most active participants' load up to 1000 entries each (the limit is just for safety and as far as I know unlikely to be reached). The two lists are scollable and ordered by most active first. Are you happy with these changes? Yes, that sounds good, will there be an option to change the timespan (day, week, month, year?) as planned?
For the sparkline, if it isn't possible to know how many jobs were done on each day, then it's not useful. If a graphic is not possible, a table instead would be great, you could have list of participants with number of trials each day and total on each day. Something like this:
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">
| 10/10/2024 | 09/10/2024 | 08/10/2024 | 07/10/2024 | 06/10/2024 | 05/10/2024 | 04/10/2024 -- | -- | -- | -- | -- | -- | -- | -- Total | 1000 | 1000 | 1000 | 1000 | 1000 | 1000 | 1000 p1 | 100 | 100 | 100 | 100 | 100 | 100 | 100 p2 | 100 | 100 | 100 | 100 | 100 | 100 | 100 p3 | 100 | 100 | 100 | 100 | 100 | 100 | 100 p4 | 100 | 100 | 100 | 100 | 100 | 100 | 100 p5 | 100 | 100 | 100 | 100 | 100 | 100 | 100 p6 | 100 | 100 | 100 | 100 | 100 | 100 | 100 p7 | 100 | 100 | 100 | 100 | 100 | 100 | 100 p8 | 100 | 100 | 100 | 100 | 100 | 100 | 100 p9 | 100 | 100 | 100 | 100 | 100 | 100 | 100 p10 | 100 | 100 | 100 | 100 | 100 | 100 | 100
On the dashboard, most active studies and most active participants are very useful (with the number of jobs done), could they list all the studies and participants rather than just a few? That would be long lists but they can be put below the participation trend? Ideally they would be in decreasing order of number of jobs done. Most recent participations are not very informative and can be removed I think. Finally, it’s hard to make sense of 7-day participation trend (see below, it doesn’t make much sense to me, why is it bumpy?). What would be fantastic would be to have a graph with the number of jobs done by participant and by day and a y-axis to know what the scale is.