Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Handle/manage lifecycle of stored conversations #5

Closed
ruKurz opened this issue Jul 10, 2017 · 4 comments
Closed

Handle/manage lifecycle of stored conversations #5

ruKurz opened this issue Jul 10, 2017 · 4 comments
Milestone

Comments

@ruKurz
Copy link
Collaborator

ruKurz commented Jul 10, 2017

Once conversations are stored at the Smarti-side, a need arises to manage what's actually being respected for searching related conversations:
Information from particular conversations may become obsolete, some parts may have to be altered or mass-added.

These operations shall happen exclusively at the Smarti-side (without interaction via Rocket.Chat).

This implicitly requires a conversation-display UI

Target group

  • End-User

Acceptance criteria

Sub-Issues

@ruKurz ruKurz changed the title Handle/Manage Lifecycle of Stored Conversations Handle/manage lifecycle of stored conversations Jul 10, 2017
@tkurz tkurz added this to the gamma-sprint milestone Jul 24, 2017
@ruKurz ruKurz added the ready label Jul 24, 2017
@mrsimpson
Copy link
Collaborator

It shall be possible to apply mass-changes to conversations. For this, http-PATCH shall be possible.
For illustrative purposes: PATCH to /conversation/?client="myOldClient"

 {
  "client": "myNewClient"
 }

@tkurz
Copy link
Member

tkurz commented Aug 28, 2017

To be clarified: Which are the service consumer roles. This roles have to be defined, e.g.

  • Admin: Can Read/Update/Delete messages for all client / (Mass-) Import messages / Configure Clients
  • Client-Editor: Can Read/Update/Delete his own messages
  • Autor:

@tkurz
Copy link
Member

tkurz commented Aug 28, 2017

The concept we will implement is "API-drive" permissions. Thereby a role is defined as a set of API calls the role is able to run.

@ja-fra
Copy link
Member

ja-fra commented Nov 27, 2017

Marking as done - see linked issues for implementation details and progress.

@ja-fra ja-fra closed this as completed Nov 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants