83 | | ^Describe and link the implementation results here (from the wiki or the repository). |
| 83 | Since there was not enough time to achieve all of the above, the implementation has been time-boxed and currently supports the following functionality: |
| 84 | * Listing resources by their type (Image, Audio, Video, Text) via toggle buttons. |
| 85 | * Listing resource details in a new palette. |
| 86 | * Listing all changes. |
| 87 | |
| 88 | A palette can not be shown in two different tabs so another way of selecting a resource to display its changes should be found. At this iteration no modifications of the Changes tab and palette are made. |
| 89 | At the next iteration the following should be considered: |
| 90 | * A change in the UI for the filtering - buttons will tend to take too much space. Consider a combo box. |
| 91 | * Registering resource type buttons (or items in a list) as extensions, so that different modules can provide them. |
| 92 | * Creating an editable ChangeDetailsPalette (similar to the ResourceDetailsPalette). |
| 93 | * Displaying changes for a selected resource (this might require some UI changes). |
| 94 | |
| 95 | The changeset for this task is in the branch and will later be merged in the trunk. |