You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description As a user, I need the ability to archieve a note, including the uploaded media file (video, audio, photo) and its associated annotation, So that I can manage my content by removing unnecessary or outdated uploads.
Tasks
Ensure the archive button triggers the proper function when clicked.
Change the "delete" button to "archive" button
Implement the backend logic to handle the archive of the media file and its associated annotation.
Ensure that the note is archived from the database and any associated storage.
Create confirmation prompts to avoid accidental deletion. (also note delete is not working can only handle archieve atm)
Ensure the archive process updates the UI to reflect the removal of the note.
Refresh or remove the archived note from the view without requiring a page reload.
Verify that the archive is regression-free.
Acceptance Criteria
Code is well-commented.
Code should pass the test case before merging.
Users can successfully delete a note from their view.
Deleted notes do not reappear after a page refresh or re-login.
Backend data is correctly updated to reflect the archive note.
Confirmation prompts work as expected before archive.
This issue complete last item on the MVP of the project.
The text was updated successfully, but these errors were encountered:
BaloneyBoy97
changed the title
Create Delete Feature for User's Note in the Desktop Application
Create Archive Feature for User's Note in the Desktop Application
Oct 8, 2024
Original Issue #139
Description
As a user,
I need the ability to archieve a note, including the uploaded media file (video, audio, photo) and its associated annotation,
So that I can manage my content by removing unnecessary or outdated uploads.
Tasks
Acceptance Criteria
This issue complete last item on the MVP of the project.
The text was updated successfully, but these errors were encountered: