wiki:APP_RESOURCE_PROPERTIES_DISPLAY_R0
Last modified 16 years ago Last modified on 02/12/09 15:59:55

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Error: Macro TicketQuery(summary=APP_RESOURCE_PROPERTIES_DISPLAY_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|) failed
current transaction is aborted, commands ignored until end of transaction block

Analysis

Overview

Resources will be displayed to the users via a tab (resource tab in the right flap) and palettes. There are different palettes according to the scope of the resource - one for local, one for book, and one for server resources that will display the resources available. There is another palette for the meta information of a resource that is selected.

Task requirements

  • Create a palette that will display the meta information of a resource when a resource from the list is selected.

Task result

  • The result of this task should be source code.

Implementation idea

  • Create a table palette where the meta information of the resource will be displayed.
  • The meta palette will observe the selected resource from the APP_RESOURCE_LIST_DISPLAY palette.
  • The meta palette will display the properties of the resource that are marked with @MetaInfo and will order them according to sort key.

How to demo

  • Run Sophie 2.0.
  • Show the resource tab and the palettes.
  • Select a resource from the palette where the resources available are listed.
  • Show the meta information that is displayed in meta palette.

Design

Implementation

(Implementation results should be described and linked here (from the wiki or the repository))

Testing

Comments

(Write comments for this or later revisions here.)