Active
Project:
The JIT
Version:
7.x-1.x-dev
Component:
Space Tree
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2012 at 22:43 UTC
Updated:
6 Jan 2012 at 16:32 UTC
Node info and search seems to be only valueable for debug mode since in _thejit_spacetree_debug_node_info() node_id seems to have only one value for the whole tree and info is predefined? Is there any plan to use it per treenode like at myplant.org?
Comments
Comment #1
mrhanlon commentedYou have to implement a search function and/or a node info and provide it in the configuration options for Spacetree. The functions implemented for the demo page I think just return "bogus" information as an example.
Here is a code snippet from myplant.org that shows the functions implemented there:
Note: this is D6 code. I haven't been working on the D7 version of JIT.
Comment #2
clemens.tolboomFor ie relation module which relates entities I want graphapi to provide a generic display responder ie
graphapi/ENTITY_TYPE/ENTITY_ID
graphapi/ENTITY_TYPE/ENTITY_ID/json
We could also user services.module maybe?
As for the debug forms I think we better move these to the admin settings pages so there are testable always by an admin.