Page MenuHomePhabricator

Show recent active resources on Drydock blueprint detail, with link to all
ClosedPublic

Authored by epriestley on Sep 24 2015, 8:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 3:37 PM
Unknown Object (File)
Fri, Apr 12, 5:32 PM
Unknown Object (File)
Fri, Apr 12, 5:32 PM
Unknown Object (File)
Thu, Apr 11, 7:20 PM
Unknown Object (File)
Wed, Apr 10, 1:25 AM
Unknown Object (File)
Fri, Apr 5, 5:16 AM
Unknown Object (File)
Tue, Apr 2, 10:19 AM
Unknown Object (File)
Tue, Apr 2, 7:33 AM
Subscribers
None

Details

Summary

Ref T9252. Currently, Drydock blueprint pages:

  • show all resources, even if there are a million;
  • show resources in all states, although destroyed resources are usually uninteresting;
  • have some junky $pager code.

Instead, show the few most recent active resources and link to a filtered resource view in ApplicationSearch.

Test Plan
  • Viewed some blueprints.
  • Clicked "View All Resources".
  • Saw all resources.
  • Used query / crumbs / etc.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Show recent active resources on Drydock blueprint detail, with link to all.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
chad added inline comments.
src/applications/drydock/controller/DrydockBlueprintViewController.php
161

You can just setIconFont directly on ButtonView

This revision is now accepted and ready to land.Sep 24 2015, 8:43 PM
This revision was automatically updated to reflect the committed changes.