Skip to content

IFDB Recommends will recommend buried games #1281

Open
@dfabulich

Description

@dfabulich

In a dev environment, run this SQL query:

insert into unwishlists (gameid, userid)
select games.id as gameid, '0000000000000000' as userid
from games where flags != 1;

When we bury a game we set games.flags to 1, FLAG_SHOULD_HIDE in util.php. This query marks all games in the DB as "Not Interested" except for the buried games. (I encountered this organically as I was impersonating a user.)

Login as ifdbadmin and view the "IFDB Recommends" section of the home page.

Actual: IFDB Recommends will recommend buried games.
Expected: IFDB Recommends should never recommend buried games.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions