mirror of
https://github.com/status-im/swarms.git
synced 2025-01-24 01:00:55 +00:00
50a7b474e4
* Ensure ideas numbers are 3 digits * Remove old 39-group-chat directory * Sort ideas on ideas and people pages * Fix typo
37 lines
836 B
Markdown
37 lines
836 B
Markdown
# Requirement 1: Blocking Menu
|
|
|
|
## User Stories
|
|
|
|
- [1: Blocking a User](https://github.com/status-im/ideas/blob/progress/39-init-reqeng/active/039-chat-moderation/user-stories/us-1-blocking-a-user.md)
|
|
|
|
## Description
|
|
|
|
The context menu for all participants of a chat must contain a blocking menu point.
|
|
|
|
## Rationale
|
|
|
|
Selecting this menu point by *User A* for a *User B* leads to the blocking of the
|
|
selected user for all feeds of *User A*.
|
|
|
|
## Fit Criteria
|
|
|
|
- Selecting this menu point leads to a security question.
|
|
- Confirming the menu point leads to a blinding out of all messages of
|
|
*User B* in all common feeds of *User A*.
|
|
|
|
## Dependencies
|
|
|
|
None.
|
|
|
|
## Conflicts
|
|
|
|
None.
|
|
|
|
## Links
|
|
|
|
None.
|
|
|
|
## Remarks
|
|
|
|
- Question: Does the list of chat members also shows the own profile? Here the
|
|
context menu must contain no blocking menu point. |