Project

General

Profile

Actions

Bug #5743

closed

[Workbench] Replace type-specific #index pages with generic code

Added by Radhika Chippada about 9 years ago. Updated about 2 months ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
Workbench
Target version:
Story points:
2.5
Release:
Release relationship:
Auto

Description

ProjectsController#show has a set of routes, controllers, and views that are capable of listing/filtering/sorting/inf-scrolling any type of object, delegating only the "show detail of one item" part to the appropriate partial.

This generic "list things" code should be
  • Updated, if necessary, to support preloading filters: e.g., a bookmark or link to /collections?filters=[...]
  • Updated, if necessary, to support showing lists of objects irrespective of owner project (i.e., either use the object_type.index API instead of groups.contents, or use groups.contents without supplying a project uuid, like Search does)
  • Moved from "projects" to "application" if/where appropriate
  • Used for all cases in workbench where a tab consists of a list of arvados objects, including
    • projects#show tabs
    • any_arvados_type#index "recent" tabs
    • "collections with this portable_data_hash" on collections#show (please see discussion at #5622 about how routes/controllers should work here)
There are various other "show a list of things" lying around that (mostly) predate the generic stuff in projects#show and implement some subset or alternate version of the generics. These should be removed. Examples:
  • collections#index
  • pipeline_instances#index
  • "paging" partial

Related issues

Related to Arvados - Feature #5622: [Workbench] Fix timeout when generating long "list of collections with this pdh" on content hash pageResolvedRadhika Chippada04/27/2015Actions
Actions #1

Updated by Tom Clegg about 9 years ago

  • Subject changed from [Workbench] Performance issue with /collections page. It times out more times than not. to [Workbench] Remove /collections page. It times out more often than not, has various other bugs, isn't linked from anywhere, and isn't part of any workflow.
  • Story points set to 0.5
Actions #2

Updated by Tom Clegg about 9 years ago

  • Description updated (diff)
  • Category set to Workbench
  • Target version changed from Bug Triage to Arvados Future Sprints
Actions #3

Updated by Tom Clegg almost 9 years ago

  • Subject changed from [Workbench] Remove /collections page. It times out more often than not, has various other bugs, isn't linked from anywhere, and isn't part of any workflow. to [Workbench] Replace type-specific #index pages with generic code
  • Description updated (diff)
Actions #4

Updated by Tom Clegg almost 9 years ago

  • Story points changed from 0.5 to 2.5
Actions #5

Updated by Tom Clegg almost 9 years ago

  • Description updated (diff)
Actions #6

Updated by Ward Vandewege almost 3 years ago

  • Target version deleted (Arvados Future Sprints)
Actions #7

Updated by Peter Amstutz about 1 year ago

  • Release set to 60
Actions #8

Updated by Peter Amstutz about 2 months ago

  • Target version set to Future
Actions #9

Updated by Peter Amstutz about 2 months ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF