<img src=“https://travis-ci.org/moedu23/bird_cast.svg?branch=master” alt=“Build Status” /> <img src=“https://coveralls.io/repos/moedu23/bird_cast/badge.png” alt=“Coverage Status” />
Maureen Dugan, Liz Tom and Angela Yen
We are building a Twitter clone to practice using Action Mailer and testing with Letter Opener.
–
For today’s project, let’s make a clone of Twitter.
-
Start off with user signups. When somebody signs up, send them a welcome email.
-
Let users post tweets and delete their tweets.
-
Then, if another user’s handle is mentioned in the tweet using “ @username ”, send that user a notification email.
—— Next Stories ——–
-
Now, let users follow each other. Of course, notify somebody by email if when they are followed. Add pages showing who a user follows, and who follows them.
-
Let users upload photos in their tweets.
-
Add pagination, or the splitting up of a big list into several pages, to your index views, using Kaminari.
-
Create a preferences page where users can opt out of different notifications.
—— Known Issues ——–