Skip to content

Threads #156

@szuperaz

Description

@szuperaz

Thread: child messages of a parent message

  • Add reply in thread action (send-reply capability needed)
  • Create new thread?
  • Indicate start of the thread (nr of replies)
  • Display thread (message list (indicate start of thread) + input)
  • Paginate thread
  • Thread header

Implementation details:

  • Channel service:
    • add activeParentMessage$ and activeThreadMessages$ streams
    • send message: parent message id (optional)
    • thread messages are not included in main message list -> we have to examine this every time something changes
  • Message list
    • add mode flag: main or thread (main is the default)
    • watch stream based on mode flag
  • Thread
    • parent message is not part of thread, but is displayed
    • Close button: sets active parent message to undefined -> if closed: it's hidden
  • Message
    • Display reply count

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions