mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
Ensures the API answers HTTP Conflict (409) problem details when a unique contraint is encountered. This improves the user experience while also giving detailed information on how to correct. Reek has been updated as follows: * *Data Clump*: This can't be avoided without additional effort since there'd need to be a more advanced error routing system to account for the clumping of the request, response, and error objects. This might be worth exploring more in the future. * *Feature Envy*: Reek doesn't like more than one call to the same object. This is a known issue since this is too strict for use cases like this. Milestone: minor