-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Program Dashboard] New Column in DB #69
Comments
MohitNSamagra
changed the title
[Program Dashboard] New Column
[Program Dashboard] New Column in DB
Jul 1, 2024
KDwevedi
added a commit
that referenced
this issue
Jul 19, 2024
[Feature] Mark users as inactive instead of deleting them while syncing discord to database via the bot
!updateServerData to be sent to c4gt discord bot to update column |
|
@karntrehan to update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem: The program dashboard currently uses db tables which have a cumulative list of users who have joined discord, github, etc. The requirement is to also have a live user dashboard so there is no discrepancy of data.
Goal: A new column has to be added to the table which using which a new current users dashboard can be made. This can be done using the same script that Kanav had made earlier except now this can be run using a cron every day.
Additonally, SQL queries need to be changed to remove the 6 month decay clauses - to be scoped by PM and done by PT
The text was updated successfully, but these errors were encountered: