Posted by jasonwhat on January 28, 2006 at 8:32pm
Jump to:
| Project: | Relationship |
| Version: | master |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I haven't installed and fully tried this yet, but one feature I like in the Node Relativity module (http://drupal.org/node/17004) is the ability for users to attach content to nodes -- to make relationships, though they may not have permission to edit a node. For example, I have "action items" as a node type and would like users to be able to attach news stories to action items, or vice versa. There is also an interesting query function in the module to search based on relationships.
Comments
#1
Annotations
Hm.
Yeah, that sort of granularity could be looked at.
Some properties/predicates could be locked, some available to admins, some to users.
... trying to imagine how I can abstract it away from the current authentication system, because you'd want some users to be able to annotate some node types, but not others.
I guess I should see how taxonomy_access does it. (not tried it)
As for the Query - there's a powerful one under the hood, (the API) but no way for users to get at it yet.
What sort of interface would we want?