swarms/active/39-group-chat/README.md

70 lines
2.6 KiB
Markdown
Raw Normal View History

2017-12-05 14:37:08 +00:00
## Preamble
Idea: <to be assigned>
Title: Group Chat
2017-12-05 14:37:08 +00:00
Status: Draft
Created: 2017-11-23
Related: https://github.com/status-im/ideas/issues/15
## Summary
2017-12-13 13:08:29 +00:00
Provide a powerful group chat with flexible moderation features
2017-12-05 14:37:08 +00:00
## Swarm Participants
- Lead Contributor: @james
2017-12-13 13:08:29 +00:00
- Testing & Evaluation: (TBD)
2017-12-05 14:37:08 +00:00
- Contributor: @themue
- Contributor:
2017-12-13 13:08:29 +00:00
- PM: (TBD)
- UX (if relevant): (TBD)
2017-12-05 14:37:08 +00:00
2017-12-13 13:08:29 +00:00
## Product Overview
2017-12-05 14:37:08 +00:00
2017-12-13 13:08:29 +00:00
Users want to have a convenient and powerful group chat comparable to the market competitors. But beside these standard operations they want to have greater control over the content in their chat feeds ensuring a positive experience. We can give users that control by providing them with a suite of moderation tools. Our moderation tools will enable users to define their own content rules or subscribe to a moderation provider to do it for them. A marketplace will ultimately exist where users can choose from a range of moderation providers.
2017-12-05 14:37:08 +00:00
### Minimum Viable Product
2017-12-13 13:08:29 +00:00
- Goal Date: (TBD)
- Description: The MVP provides users with basic moderation tools so that they can block users, filter posts with certain phrases, and reduce spam.
2017-12-05 14:37:08 +00:00
2017-12-13 13:08:29 +00:00
#### User Stories
2017-12-05 14:37:08 +00:00
- [US 1: Blocking a user](./user-stories/us-1-blocking-a-user.md)
- [US 2: Reducing SPAM](./user-stories/us-2-reducing-spam.md)
- [US 3: Filter unwanted content](./user-stories/us-3-filter-unwanted-content.md)
- [US 4: Advanced filtering with smart contracts](./user-stories/us-4-advanced-filtering-with-smart-contracts.md)
- [US 5: Subscribe to moderation providers](./user-stories/us-5-subscribe-to-moderation-providers.md)
2017-12-05 14:37:08 +00:00
2017-12-13 13:08:29 +00:00
#### Requirements
2017-12-05 14:37:08 +00:00
- A format / schema for moderation rules must be defined.
- A standard rules interface for smart contracts must be defined.
- A smart contract that must:
- Allow a caller to burn any ERC20 token.
- Allow a caller to label burn amounts.
- Return burn amounts given a token address, user address, and an optional label.
- A moderation settings UI must exist where the user may configure:
- Blocked users.
- Filtered phrases.
- The address of a smart contract to call.
- Burn amount required.
- UserA must be able to block a UserB from UserB's profile.
- Messages are evaluated against the moderation rules before they are rendered, aborting render where necessary.
- Moderation rules must persist between sessions.
- Chat group settings UI must:
- Display the user's burn amount for that channel.
- Allow users to burn tokens for that channel.
2017-12-13 13:08:29 +00:00
## Dates
2017-12-05 14:37:08 +00:00
2017-12-13 13:08:29 +00:00
- Goal Date: (TBD)
- Description: (TBD)
- Testing Days required: (TBD)
2017-12-05 14:37:08 +00:00
2017-12-13 13:08:29 +00:00
## Success Metrics
2017-12-05 14:37:08 +00:00
## Copyright
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).