Opened 13 years ago
Last modified 13 years ago
#377 closed task
Create some example extensions for the item overview — at Version 5
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Example code v1.5 |
Component: | net.sf.basedb.examplecode | Keywords: | |
Cc: |
Description (last modified by )
BASE 3.2 will add extension points for adding node loaders and validators to the item overview (http://base.thep.lu.se/ticket/1680 and http://base.thep.lu.se/ticket/1681). We should include some examples in the example code.
- Include the user that is the owner of an item as a property node.
- Continue to load the role membership of that user as child nodes.
- A validator that checks if the user has a valid URL address or not.
- A validator that checks if the user is a member of at least one role.
- An information extension that display some additional properties for the selected item. We could, for example, display more or less the same as the toolbar button example.
Change History (5)
comment:1 by , 13 years ago
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
comment:3 by , 13 years ago
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 by , 13 years ago
Description: | modified (diff) |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Note:
See TracTickets
for help on using tickets.
(In [1602]) References #377: Create some example extensions for the item overview
Added loader implementations for User and Role.