MikeAndrianov / easy_learning

0 stars 1 forks source link

Simple message system #27

Open ilyabyar opened 10 years ago

ilyabyar commented 10 years ago

I think that our app is need in a messaging system. I think that it should be simple, like in onliner.by. Are there any suggestions?

MikeAndrianov commented 10 years ago

Yep. It's a good idea. I suppose we should create something simple as you said. For a start add ability to send/receive messages directly one to one (but use has_many through association). Your should simply add the model Message, link it with User, create controller (index, show, delete) and views. Also it would be great if you will add indicator of unread messages (something like on the facebook).