Skip to content

Conversation

@Roardom
Copy link
Collaborator

@Roardom Roardom commented Sep 19, 2025

created_at is the wrong field to save this value in because the initial created_at date is lost. Using updated_at also doesn't work since updating the request fields will bump the request even if more bounty isn't added. So, we use a new field for this info. We use a field on the requests table and not the request_bounty table so that we can use an index to sort.

created_at is the wrong field to save this value in because the initial created_at date is lost. Using updated_at also doesn't work since updating the request fields will bump the request even if more bounty isn't added. So, we use a new field for this info. We use a field on the requests table and not the request_bounty table so that we can use an index to sort.
@Roardom Roardom force-pushed the fix-requests-created-at-bounty branch from 2829003 to 692370e Compare September 19, 2025 07:08
@HDVinnie
Copy link
Collaborator

Honestly the ability to bump requests by adding bounty is to abused and should be removed. Users can just sort by bounty amount or new last bountied at field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants