Back
WIP
Load previous page…
Make pull request for Raycast extension
#wip h/t @screenfluent for keeping me accountable
github.com/raycast/extensions…
Improve applicant search so that it searches through their full application, including their answers. So for example, if you're looking for an expert in something, you can quickly find a relevant person to invite
#wip
Add sorting to applicants list so now you can see the oldest, newest, or suggested (which prioritizes applicants with existing votes so we can make a decision faster)
#wip
Make hovercards delay a bit more, so you don't accidentally trigger them and they cover up buttons you might want to click
#wip h/t @screenfluent
Delete any invites where the invited person still didn't redeem it after a month, because if you snooze you lose
#wip
Change the way we trigger invite reminder emails. Before we would schedule the emails the moment the invite was created (and simply skip sending the email if it was no longer relevant), but that lead to many jobs waiting in the queue for months. So now I change it to a "pull" approach where we run a hourly cronjob that checks if there are any invites expiring soon and send emails for them if they match all the criteria
#wip