Ticket #306 (closed Enhancement: fixed)

Opened 12 years ago

Last modified 12 years ago

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:1 Changed 12 years ago by jri

  • Status changed from new to accepted

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.

comment:5 Changed 12 years ago by jri

  • Status changed from accepted to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.