Bug 8095 - Make the top function also work on the most less used objects
Summary: Make the top function also work on the most less used objects
Status: RESOLVED FIXED
Alias: None
Product: smbta
Classification: Unclassified
Component: smbtaquery (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Holger Hetterich
QA Contact:
URL:
Keywords:
Depends on:
Blocks: 8049
  Show dependency treegraph
 
Reported: 2011-04-18 21:15 UTC by Holger Hetterich
Modified: 2011-05-02 14:17 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Hetterich 2011-04-18 21:15:17 UTC
Should be pretty easy and I want it for 1.2.4. We should add descending and ascending as parameter to top. This way, the function can display the most less used objects in addition to the top used objects.

Since this will require a change of the API of the smbtaquery interpreter, we need to coordinate this work with Benjamin, as the web-ui will have to support the new parameter.

Block 1.2.4.
Comment 1 Holger Hetterich 2011-05-02 14:17:59 UTC
Fixed by [devel c082a3f]. Additionally, the "asc" or "desc" arguements are optional, if the parameter is not given the top function will default to "desc".