5sControl / 5sControl/5s-backend

fix bug item is deleted after reloading the page

Aperta
#363 0 commenti 0 reazioni 1 assegnatario Rivendicata da @nnnLik Vedi su GitHub
bug
Lingua principale
Python
Stelle
2
Fork
0
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Айтем с удаленной камерой удаляется только после перезагрузки страницы "Inventory"

**Precondition:**
создан айтем, у которого **УДАЛЕНА** камера

**Environment:**
win 11
Chrome 114
110, 111, kaunas hp

**STR:**
1. Кликнуть по мит-болу
2. Кликнуть по опции "Delete"
3. Кликнуть по кнопке "Delete" в модальном окне "Delete item"
4. Перезагрузить страницу

**ER:**
Айтем удалятся после выполнения шага 3

**AR:**
Айтем остается после выполнения шага 3, 500 status-code, удаляется после выполнения шага 4

**Attachments**

![Image](https://user-images.githubusercontent.com/122295113/254815716-338285ae-0ac5-4a81-89cd-8d6798e0b65e.png)
https://drive.google.com/file/d/1A_kIrZvo45BrzTZoOS2_yPFjqvWt1AcS/view?usp=drive_link

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

The issue describes an item with a deleted camera not being removed from the inventory page until a page reload, with a 500 status code on deletion. Start by examining the backend API endpoint for deleting items, likely in a Django view or DRF viewset. Check the server logs for the 500 error and trace the deletion logic, particularly how it handles items with deleted cameras. Look at the inventory models and the delete method to see if there's a condition or transaction that fails. Verify the frontend's handling of the delete response and any caching that might prevent immediate UI updates.

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

Valutazione

Stack tecnologico
django, python
Ambito
api, backend
Tipo di issue
Bug
Difficoltà
3/5
Tempo stimato
1-2 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
45/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.