Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 494 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 494 Bytes

Social Network kata

Your Backlog

  • Posting: Alice can publish messages to a personal timeline
  • Reading: Bob can view Alice's timeline
  • Following: Charlie can subscribe to Alice's and Bob's timelines, and view an aggregated list of all subscriptions
  • Mentions: Bob can link to Charlie in a message using "@"
  • Links: Alice can link to a clickable web resource in a message
  • Direct Messages: Mallory can send a private message to Alice