Open dimitriosxmi opened 1 year ago
i assume in your task 'create component' all function creation happens. so good to go! really like that pop-up delete 😎
You asumed correctly 😄 given all the important instructions for the dev are in the acceptance criteria, I only than have to mention some rough technicalities in the tasks that collectively do what the acceptance criteria describe
Value Proposition
As a user I want to click a button to delete a folder so that I can remove folders that I don't need anymore
Description
Acceptance Criteria
Folder view
page must habe aDelete
botton on the top rightDelete
button must have the text❌ Delete Folder
Delete
button must open up aDelete request
Delete request
must contain the textAre you sure you want to delete this folder?
on the top centerDelete request
must have a 2 buttons placed horizontally undeneath the textDelete request
left button must have the textConfirm Deletion
Delete request
must delete the folder from the database AND empty theselected folder
property of all entries that were contained in this folder from the database AND navigate the user to the dashboard route/
Delete request
right button must have the textCancel
Delete request
must close theDelete request
Delete request
must close theDelete request
Tasks
main
branch and perform agit pull
in the terminalfeature/us10/delete-folder-button
and navigate into itDeleteButton
componentDeleteRequest
componentDeleteButton
component theDeleteRequest
componentFolderView
page theDeleteButton
componentPrevious US Next US