bigskysoftware / bigskysoftware/contact-app

Delete Selected Contacts

Open
#22 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
130
Forks
59
PR merge metrics
No merged PRs in 30d

Description

If I select some contacts:

![Image](https://github.com/user-attachments/assets/d5e00f8a-d1b7-4b02-b50d-71c48fff16b9)

and then press the `Delete Selected Contacts` button, the UI doesn't change:

![Image](https://github.com/user-attachments/assets/7b89127c-f6b0-48af-b90f-7ebccf21ac6d)

DevTools is showing the data passed via form data:

![Image](https://github.com/user-attachments/assets/b4432721-3ee1-4521-97ea-7fa8530a925e)

It's also showing a `500 INTERNAL SERVER ERROR`:

![Image](https://github.com/user-attachments/assets/18490ac6-f3ec-4232-94fd-b7604f71edba)

If I refresh the contacts list, the contacts do appear to be deleted:

![Image](https://github.com/user-attachments/assets/ff8c0ca5-aa10-46af-ba30-7aa6227e972c)

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the issue by selecting contacts and pressing the Delete Selected Contacts button, then inspect the submitted form data and the 500 response in DevTools. Trace the client-side delete action and its server request, and confirm that the contacts list updates without a server error before and after refreshing.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
full-stack
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.