Ticket #46 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 months ago

Improve navigation labeling

Reported by: bergie Assigned to: solt
Priority: major Milestone: 1.8 Thor
Component: Asgard Version:
Keywords: Cc:

Description (Last modified by tarjei)

Currently Asgard falls back to displaying just the GUID of an object in the navigation, which is of course unusable.

Implement a system where objects can have sane labels even if they don't have a single clear label field like "title"

Change History

06/02/07 21:05:41 changed by solt

  • status changed from new to assigned.

06/02/07 21:49:27 changed by bergie

Solt committed some of the code in [6131]

06/02/07 22:18:57 changed by solt

OK. Here is the idea: native Migdard objects have given propertie that can be used for labels eg. name or title. All other, custom objects must provide get_label() and get_label_property() methods from DBA class to set labels and label fields in Asgard navi.

Issues:

  • If object provides single, but no unique property we can end up with list of several objects with same label. For example, hosts can be distingushed by name, port and prefix together.

06/02/07 22:22:16 changed by bergie

[6145] includes labels for members

06/02/07 22:24:13 changed by bergie

(In [6146]) Label campaign members, refs #46

06/02/07 22:31:52 changed by bergie

(In [6147]) Label event-related objects, refs #46

06/02/07 22:52:56 changed by solt

(In [6149]) references #46

A bit more ...

06/02/07 23:07:15 changed by solt

(In [6150]) references #46

misa developer, version bump

06/03/07 00:56:06 changed by bergie

(In [6153]) Add Asgard labeling for buddies, refs #46

06/03/07 01:39:42 changed by solt

(In [6156]) references #46 property queue for universalchooser to resolve

06/24/07 20:23:33 changed by tarjei

  • type changed from defect to enhancement.
  • description changed.

Changing to enhancement as it is strictly not a defect but a usability bug.

07/13/07 01:06:49 changed by solt

  • status changed from assigned to closed.
  • resolution set to fixed.

Moved from alpha to beta stage. Actually, it is now an almost fully operational Battle Station - we can proceed with Alderaan.

08/19/08 15:46:33 changed by rambo

(In [17187]) backport r6147, refs #46

09/30/08 15:06:43 changed by bergie

  • milestone changed from MidCOM 2.8 to 1.8 Thor.