Skip to content
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

Allow weighting event achievements #3152

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Jamiras
Copy link
Member

@Jamiras Jamiras commented Jan 30, 2025

Allows assigning a point value to an event achievement (1-5 [1=default]). Changes the wording for tiered achievements from "achievements required" to "points required".

SQL to run after upgrade:

UPDATE Achievements SET Points=1 WHERE ID IN (SELECT achievement_id FROM event_achievements);

Then the following command should be run to regenerate the aggregate data for the event games:

sail artisan ra:platform:game:update-metrics 28429,29830,31745,32718,32827,32828,32829,32830,32831,32832,32833,32834,32835,32836,32838,32847

@Jamiras Jamiras added deployment/sql Includes SQL that needs to be run before/after deployment deployment/command Includes an Artisan command that needs to be run before/during deployment labels Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment/command Includes an Artisan command that needs to be run before/during deployment deployment/sql Includes SQL that needs to be run before/after deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant