Skip to content

DRAFT: added Gamification header links #70

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

Open
wants to merge 2 commits into
base: nau/redwood.master
Choose a base branch
from

Conversation

PKulkoRaccoonGang
Copy link

@PKulkoRaccoonGang PKulkoRaccoonGang commented Apr 30, 2025

Description

Added gamification link for Legacy pages.

Testing instructions

  1. Enable ENABLE_RG_GAMIFICATION feature flag.
  2. Configure GAMMA_SETTINGS_URL.
  3. Open legacy LMS/CMS page.
  4. Ensure the Leaderboard, Dashboard, Gamma Settings links are displayed in the user dropdown menu in the header.

image

image

Comment on lines +28 to +32
% if hasattr(settings, 'GAMMA_SETTINGS_URL') and settings.GAMMA_SETTINGS_URL:
<li class="nav-item">
<a href="${settings.GAMMA_SETTINGS_URL}">${_("Gamification Settings")}</a>
</li>
% endif
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New Gamification Settings link

@PKulkoRaccoonGang PKulkoRaccoonGang changed the title feat: added gamification header links feat: added Gamification header links May 5, 2025
@PKulkoRaccoonGang PKulkoRaccoonGang marked this pull request as ready for review May 5, 2025 09:38
@PKulkoRaccoonGang PKulkoRaccoonGang changed the title feat: added Gamification header links DRAFT: added Gamification header links May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants