Skip to content

Make "number of puzzles solved" on the profile page include only already released puzzles

Ksawery Radziwiłowicz requested to merge fix-number-of-puzzles-solved into development

Description

On the user's profile page, puzzles created by the user, but not yet released to the public (or even not assigned to a date) are counted towards the total number of puzzles solved by the user. This merge request solves this issue.

Checklist

  • I have added tests for functionality I added and/or changed
  • I have changed the database schema
    • I have added migrations
  • I have added the required changelog entries
  • I have run my branch and ensured all functionality is still working as intended

Merge request reports