Convert database constraint errors to validation errors

Aperta
#1,309 1 commento 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
35/100
Tipo di issue
Funzionalità
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
rails, ruby
Ambito
api, backend, databases

Direzione di ricerca

Inizia tracciando il percorso esistente on_server_error :first_callback e determinando come gli errori del database vengono attualmente esposti dalla libreria Rails. Determina quali errori dei vincoli del database dovrebbero diventare errori di validazione e quale dovrebbe essere il comportamento degli errori JSON:API risultante; il lavoro è completo quando il comportamento è definito e coperto dai test pertinenti.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Type: Enhancement

This issue is a (choose one):

  • Problem/bug report.
  • Feature request.
  • Request for support. Note: Please try to avoid submitting issues for support requests. Use Gitter instead.

Checklist before submitting:

  • I've searched for an existing issue.
  • I've asked my question on Gitter and have not received a satisfactory answer.
  • I've included a complete bug report template. This step helps us and allows us to see the bug without trying to reproduce the problem from your description. It helps you because you will frequently detect if it's a problem specific to your project.
  • The feature I'm asking for is compliant with the JSON:API spec.

Description

Currently, when an error comes from the database, the only way to handle it is to use on_server_error :first_callback. This is not easy to use when we are only talking about invalid attributes.

Features:

Sometimes, db constraints are more efficient that validation. Then why not transform database constraint error into validation error.

Lingua principale
Ruby
Stelle
2.3k
Fork
546
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di JSONAPI-Resources/jsonapi-resources

Tutte le issue di JSONAPI-Resources/jsonapi-resources

Issue simili

Altre issue su Ruby

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.