magefree / magefree/mage

Bug when sorting games by created

Open
#2,202 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
2.4k
Forks
940
Avg merge
2d 12h
Merged PRs (30d)
160

Description

Sorting games by the “Created” column incorrectly places games created yesterday after games created today, presumably because only the time of day is compared, and not the full datetime.

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no file or test. Locate the game-list sorting entry point, reproduce the Created-column ordering with games from different dates, and inspect how their date values are compared. Done means sorting uses the full creation datetime so yesterday's games do not follow today's games solely because of their time of day.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.