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

Fix/ec grades #599

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Fix/ec grades #599

merged 2 commits into from
Oct 18, 2024

Commits on Oct 17, 2024

  1. Make Meme EC Dates sane

    - Meme EC dates now base off dojo.course['start_date']
    - Uses start_date timezone to display dates correctly
    - All internal datetimes still UTC
    robwaz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3b92ae8 View commit details
    Browse the repository at this point in the history
  2. Improve thanks count calculation

    Leaderboard and non-unique message thanks totals now de-dupe on the
    tuple of user_id, source_user_id, and message_id.
    
    This eliminates an edge case that could inflate thanks numbers.
    robwaz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fdfa343 View commit details
    Browse the repository at this point in the history