CarlG96 / synthestory

Code Institute Portfolio Project 4. Generates random story ideas for authors.
0 stars 1 forks source link

Defensive Programming Before Deletion #17

Open CarlG96 opened 1 year ago

CarlG96 commented 1 year ago

As a user/ author, I don't want to accidentally delete a story idea that I want to keep for inspiration. I also don't want another user deleting on my behalf.

Acceptance Criteria

CarlG96 commented 1 year ago

Only a logged in user can interact with their user stories and accordion has been added to deal with this. Needs styling but works as defensive mechanism requiring two clicks in separate areas of the screen preventing accidental deletion.