Kent1mrqs / ListRanker

0 stars 0 forks source link

Edit items from a list in one request and implement a real edition mode #12

Open Kent1mrqs opened 1 month ago

Kent1mrqs commented 1 month ago

Mieux vaut :

Kent1mrqs commented 1 month ago

Il faudrait envoyer un json avec les clés : "new_items", "edit_items", "delete_items" avec des listes d'objets en tant que valeurs, l'objet renvoyé avec l'id de l'item pour les trois + nom et image pour new et edit

Kent1mrqs commented 1 month ago

Add IconEdit and IconDelete for selected list Chips become Inputs Images become FileInput with image preview behind Add a save button When an item has changed, add it to EditedItems that will be send to the backend when clicking save