ajcummins / LinkUp

A social dating site focused on matching like individuals based on their various preferences and lifestyles.
6 stars 2 forks source link

Implement a messaging tool to allow users to communicate with possible matches #14

Closed michellemoore closed 11 years ago

michellemoore commented 11 years ago

table that will hold data for this is match_messages

fields: message_id, user_to, user_from, message, reply

michellemoore commented 11 years ago

created servlets and pages for this feature still need to pull the messages c7a53f1c18bace156ac7807ce6f4b593a681e66a

michellemoore commented 11 years ago

allows user's to view their matches dac2a3709a9e9cc815ef2e88eb131b8a4b69aba8

michellemoore commented 11 years ago

users can now view and send messages to matches efcbf199f96880e09e0fdcb18613a7caf0468b90