Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
This PR lays some groundwork for a change to the sorting algorithm.
It adds two new columns:
developers.profile_updated_atanddevelopers.bumped_at.The former will be used to see how recent the profile was updated to know when to send the profile reminder emails. This means we can stop dancing around "touching" the profile when making changes outside of user-initiated flow.
The second is how devs will be sorted by default moving forward. Any public change to a profile will refresh the column if it was last updated more than 1 month ago.
In summary, a developer can "bump" their profile to the top of results once per month!
Pull request checklist
bin/checkTo-do
developers.profile_updated_atis being used for reminder emailstouch: falsecalls or dances around touching records