-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Login] Summary Statistics #9518
base: main
Are you sure you want to change the base?
Conversation
The configuration for the summary statistics is currently done in two ways:
I had really liked the datadict integration, but after finishing I tried to test out some queries that we have on CCNA and realized they weren't possible. For instance, getting the distinct amount of sites with sessions for each project. I then added the ability to add SQL patches, which is a lot more simple. This PR needs discussion on whether I should just stick with the SQL files, or also keep the ability to pin queries from the DQT before I continue work on this. |
From loris meeting Jan 7:
|
…com/skarya22/Loris into 2024_12_20_Login_Summary_Statistics
Brief summary of changes
showSummaryOnLogin
as true in the Project database table.tools/update_login_summary_statistics.php
. It must be run for the data in the summary to be updated. Can be added to a project's nightly cron, or at each releaseTesting instructions (if applicable)
SQL/Login_Summary_Statistics
have appeared.Male Participant
instead ofMale Participants
).showSummaryOnLogin
= FALSE in the Project SQL table.project/tools/Login_Summary_Statistics
and see that the default queries have disappeared as it is now overridden.01_Site.txt
CCNA OVERRIDE PR