Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HomePage Specification #13

Closed
8 tasks
git-union bot opened this issue Apr 3, 2024 · 0 comments
Closed
8 tasks

HomePage Specification #13

git-union bot opened this issue Apr 3, 2024 · 0 comments

Comments

@git-union
Copy link
Contributor

git-union bot commented Apr 3, 2024

HomePage Specification

As a contributor or visitor, I want to engage with a crypto platform's community-driven homepage so that I can participate in debates, research, and bounties, track trending topics, and view a leaderboard of top contributors.

Acceptance Criteria

  • The homepage integrates a Reddit-style discussion bootstrap for community-driven debates.
  • Users can view and participate in priority bounties from DeWork on the homepage.
  • Collaborative works are linked or embedded from GitHub for transparency and collective contribution.
  • Trending topics in the domain of cryptocurrency and blockchain are featured and updated regularly.
  • A leaderboard showcases the top contributors based on token earnings and participation level.
  • Users can contribute to ongoing research or debate topics directly from the homepage.
  • Earning tokens for participation is evident and functionalities are easily accessible to encourage user activity.
  • Users have the ability to search and filter content on the homepage for a personalized experience.
sequenceDiagram
  participant User as Visitor/Contributor
  participant HP as HomePage
  participant RD as Reddit Bootstrap
  participant DW as DeWork Bounties
  participant GH as GitHub Collaboration
  participant Leaderboard
  participant Tokens
  User->>HP: Visit HomePage
  HP->>RD: Display discussions
  HP->>DW: List active bounties
  HP->>GH: Show recent commits
  HP->>Leaderboard: Update rankings
  HP->>Tokens: Reflect earnings
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant