Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi authored Sep 30, 2024
1 parent c5f5f7e commit 989df78
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,26 @@
- βœ… **User profile page**
- βœ… **View other users profiles**

## 🌐 Phase 2 (Social Activity and Indexing)
## πŸ‘₯ Phase 2 (Social Activity and Indexing)

- **Search**: By address, ENS or username
- **Social features:** Following users, liking, commenting and sharing posts.
- **Integrate The Graph to index activity** and save RPC calls (Reference: [Bootstrap a Full Stack Modern dapp using the Scaffold-ETH CLI and Subgraph Extension](https://siddhantk08.hashnode.dev/bootstrap-a-full-stack-modern-dapp-using-the-scaffold-eth-cli-and-subgraph-extension))

## πŸ‘₯ Phase 3 (Social improvements)

- **Individual post pages** for displaying long texts and big images
- **Notification system**

## ✍️ Phase 4 (Gasless activity)
## ✍️ Phase 3 (Gasless activity)

- **Signatures:** Allow users to interact with the platform without paying gas fees
- **Database:** To store and retrieve EIP 712 signatures (Reference: [grants.buidlguidl.com](https://github.com/BuidlGuidl/grants.buidlguidl.com))
- **Whitelist:** Optional system to validate users to prevent spam

## πŸ’Œ Phase 5 (Direct messages)
## πŸ’Œ Phase 4 (Direct messages)

- **Direct messages:** Allow users to send messages to each other
- **Group chats:** Allow users to create and join group chats

## πŸ§‘β€πŸ¦½ Phase 6 (Accessibility)
## πŸ§‘β€πŸ¦½ Phase 5 (Accessibility)

- **Accessibility support**: Posts on the website must be [ARIA compliant](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA)

Expand Down

0 comments on commit 989df78

Please sign in to comment.