Update featuring.md

This commit is contained in:
Jimmy Debe
2024-02-05 04:26:30 -05:00
committed by GitHub
parent 60fcdd5737
commit 1255162d40

View File

@@ -2,16 +2,16 @@
slug: 28
title: 28/STATUS-FEATURING
name: Status community featuring using waku v2
status: raw
status: draft
tags: waku-application
description: To gain new members, current SNT holders can vote to feature an active Status community to the larger Status audience.
editor: Szymon Szlachtowicz <szymon.s@ethworks.io>
---
# Abstract
## Abstract
This specification describes a voting method to feature different active Status Communities.
# Overview
## Overview
When there is a active community that is seeking new members, current users of community should be able to feature their community so that it will be accessible to larger audience.
Status community curation DApp should provide such a tool.
@@ -24,7 +24,7 @@ Rules of featuring:
Since voting for featuring is similar to polling solutions proposed in this spec could be also used for different applications.
# Voting
### Voting
Voting for featuring will be done through waku v2.
@@ -41,7 +41,7 @@ type FeatureVote = {
timestamp is necessary so that votes can't be reused after 4 week period
# Counting Votes
### Counting Votes
Votes will be counted by the DApp itself.
DApp will aggregate all the votes in the last 4 weeks and calculate which communities should be displayed in the Featured tab of DApp.
@@ -51,7 +51,7 @@ Rules of counting:
- If a community has been featured in a previous week it can't be featured in current week.
- In a current week top 5 (or 10) communities with highest amount of SNT votes up to previous Sunday 23:59:59 UTC are considered featured.
# Copyright
## Copyright
Copyright and related rights waived via
[CC0](https://creativecommons.org/publicdomain/zero/1.0/).