warehouse icon indicating copy to clipboard operation
warehouse copied to clipboard

Move typo checks to `after_insert`

Open di opened this issue 9 months ago • 0 comments

~(Marking as draft since this still needs tests).~

This is a proof-of-concept to show that we can move the non-blocking project name typo checks to an after_insert mapper event hook, in order to avoid duplicate notifications if project creation is attempted but ends up failing due to various checks.

di avatar Mar 12 '25 18:03 di