igemsoftware2017 / Michigan_Software_2017_ProtoCat

6 stars 6 forks source link

ProtoChat #12

Closed dwdineen closed 7 years ago

dwdineen commented 7 years ago

ProtoChat is now more functional than before. It is still ugly. That will take longer to fix since I am bad at style. I am using reddit messaging as inspiration.

ThomasCOliver commented 7 years ago

Need () for is_anonymous in views.py:743, need to have the timeSent field autofill with the correct datetime (models.DateTimeField(auto_now_add = True), don't allow it to be nullable), need to have fill show the correct user in the top-right hand corner in the message sending page. We also probably don't want to redirect the user to the index page after sending a message, rather to the inbox. It would also be nice to send a message to anyone by name from the inbox, which I can help you with later after we get these other things out of the way.