Skip to content

Clarify Viewpoint DELETE call #237

@Noushed

Description

@Noushed

We have introduced Delete Viewpoint call in v2.2, but there is no clear documentation regarding the associated comment of that deleted Viewpoint. We need clarification for the followings:

  1. Modification time of the Topic should be updated upon DELETE viewpoint
  2. Should we remove the viewpoint reference from the associated comment?
  3. Should we remove the comment entirely upon DELETE viewpoint?
  4. What would be the workflow? as example,
  • Delete Viewpoint
  • Delete associated comment?
  • GET Viewpoints (to refresh client local viewpoints data)
  • GET Comments (to refresh client local comments data)

or,

  • Delete Viewpoint
  • Remove Viewpoint reference from the associated Comment
  • PUT Comment
  • GET Viewpoints (to refresh client local viewpoints data)
  • GET Comments (to refresh client local comments data)

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions