Zackermax / pe

0 stars 0 forks source link

No function to delete flashcards #16

Open Zackermax opened 1 week ago

Zackermax commented 1 week ago

Users have the ability to add Flashcards but have no way to delete them. This feature is critical to the program because when a question/answer pair is incorrectly entered, there is no way for the user to delete it. This incorrect set will forever risk popping up in every quiz because there is only one topic for the application, "Flashcard". This heavily impacts the utility of this application as a learning tool.

nus-se-bot commented 1 week ago

Team's Response

Can be deleted by editing Flashcards.txt in data file. Nevertheless, we will implement it in the next version

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: The inability to delete flashcards through the CLI is a feature flaw which undermines the usefulness of this application. There are no instructions for editing Flashcards.txt in the UG. The user would not know how to edit these files without the corrupting the data. They cannot be expected to manually edit data files to execute a key functionality of the application that ought to be a CLI command.