Feature #13828
[Data operations] Trash view
100%
Description
As a user I would like to have trash view where I can see all removed files
so that I can managed them and restore.
Acceptance criteria:
- view of all removed files
- columns: name, type, uuid, file size, trashed date, to be deleted
- filters on Type column
- icons per file with options to restore
- search facility through trashed items
- confirmation message before restoring
Associated revisions
Add trash view and trahsing/untrashing project/collection
Feature #13828
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>
Post merge fixes
Feature #13828
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>
Adjust for new code structure
Feature #13828
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>
Adjust for new code structure II
Feature #13828
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>
Fix calling correct actions after trash/untrash
Feature #13828
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>
CR fixes
Feature #13828
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>
CR fixes II
Feature #13828
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>
CR fixes III
Feature #13828
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>
Add restore icon in trash panel
Feature #13828
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>
Remove doubled ContextMenuResource, spearate menu for trash view
Feature #13828
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>
Add generic trash action
Feature #13828
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>
refs #13828 Merge branch 'origin/13828-trash-view'
- Conflicts:
- src/index.tsx
- src/routes/routes.ts
- src/store/context-menu/context-menu-actions.ts
- src/store/store.ts
- src/store/workbench/workbench-actions.ts
- src/views/workbench/workbench.tsx
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>
History
#1
Updated by Chrystian Klingenberg over 2 years ago
- Status changed from New to Calendar
#2
Updated by Chrystian Klingenberg over 2 years ago
- Description updated (diff)
- Status changed from Calendar to New
#3
Updated by Chrystian Klingenberg over 2 years ago
- Description updated (diff)
#4
Updated by Chrystian Klingenberg over 2 years ago
- Description updated (diff)
#5
Updated by Chrystian Klingenberg over 2 years ago
- Target version set to sprint 6
#6
Updated by Chrystian Klingenberg over 2 years ago
- Story points set to 3.0
#7
Updated by Chrystian Klingenberg over 2 years ago
- Description updated (diff)
#8
Updated by Daniel Kos over 2 years ago
- Status changed from New to In Progress
- Assigned To changed from Chrystian Klingenberg to Daniel Kos
#9
Updated by Chrystian Klingenberg over 2 years ago
- Target version changed from sprint 6 to sprint 7
#10
Updated by Daniel Kos over 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Add trash view
Feature #13828
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>