Ticket #306 (closed Enhancement: fixed)
Webclient: show associated topics for associations
Reported by: | jri | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.1 |
Component: | DeepaMehta Standard Distribution | Version: | 4.0.11 |
Keywords: | Cc: | dgf, Malte | |
Complexity: | 3 | Area: | GUI / Usability |
Module: | deepamehta-webclient |
Description
Change History
comment:2 Changed 12 years ago by Jörg Richter
Webclient: association associated topics (#306).
When an association is selected the detail panel lists the topics associated with that association.
Clicking a topic reveals it on the canvas.
However, the associating association is not displayed on the canvas.
Webservice API:
- GET /core/association/{id}/related_topics?... is new request
RESTClient API:
- dm4c.restc.get_topic_related_topics() replaces get_related_topics()
- dm4c.restc.get_association_related_topics() is new method
RenderHelper? API:
- dm4c.render.topic_associations() replaces associations()
- dm4c.render.association_associations() is new method
IMPORTANT: if your plugins make use of the replaced methods they must be adapted.
See ticket 306.
comment:3 Changed 12 years ago by Jörg Richter
Webclient: association associated topics (#306).
When an association is selected the detail panel lists the topics associated with that association.
Clicking a topic reveals it on the canvas.
However, the associating association is not displayed on the canvas.
Webservice API:
- GET /core/association/{id}/related_topics?... is new request
RESTClient API:
- dm4c.restc.get_topic_related_topics() replaces get_related_topics()
- dm4c.restc.get_association_related_topics() is new method
RenderHelper? API:
- dm4c.render.topic_associations() replaces associations()
- dm4c.render.association_associations() is new method
IMPORTANT: if your plugins make use of the replaced methods they must be adapted.
See ticket 306.
comment:4 Changed 12 years ago by Jörg Richter
Webclient: association associated topics (#306).
When an association is selected the detail panel lists the topics associated with that association.
Clicking a topic reveals it on the canvas.
However, the associating association is not displayed on the canvas.
Webservice API:
- GET /core/association/{id}/related_topics?... is new request
RESTClient API:
- dm4c.restc.get_topic_related_topics() replaces get_related_topics()
- dm4c.restc.get_association_related_topics() is new method
RenderHelper? API:
- dm4c.render.topic_associations() replaces associations()
- dm4c.render.association_associations() is new method
IMPORTANT: if your plugins make use of the replaced methods they must be adapted.
See ticket 306.