classtranscribe / classtranscribe/FrontEnd

Fail to delete I-Note

Open Beginner friendly
#880 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
24
Forks
29
PR merge metrics
No merged PRs in 30d

Description

When deleting an I-Note, the frontend dispatches epub/deleteEPub with a string payload, but the thunk expects an object shape ({ ePubId }).
The deletion fails.

Steps to Reproduce
1. Open an I-Note
2. Click Delete and confirm.
3. FrontEnd shows failure to delete (Observe request returns 404 in the Network Tab)

Contributor guide

No contributing guide indexed for this repository

Research direction

Trace the delete action from the I-Note frontend through epub/deleteEPub and compare the dispatched string payload with the thunk's expected { ePubId } object. Reproduce the deletion in the Network tab; done means the request no longer returns 404 and the I-Note is deleted successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react, redux
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.