making it so that the user will have multiple matches rather than just one match. This is done by selecting the next value until there are no more values in that database that match the query. a78b4c0052b3e4b0506e84441e47565c02de21a2
styling fixes such as when it prints out the matches for the page it prints them out with commas in between them 0ddb280dc541d53d37f2a2f70b944edcfcf23286
need to get kerry to change the religion field into integers that correspond with the religions so that we are able to query them for matches as of now I am going to create a new column in profile_info called religionID where the religion is a number so that all of kerry's code will not break due to the string vs integer issue. Also need to change religion in looking_for table to an int rather than a string
changed religion to an integer in looking_for table and added religionID as an int in profile_info. The system will now query for matches based off religion age range and gender 5c58b89234e49506644e9d5cee592a38bd60de56
update looking_for and profile_info to have the appropriate user id's along with making the user id's unique
successfully looks for matches based off the userid passed to the page through the path rather than inputting an id in to a textbox. d9ceee1130b4cba7ea5800a0ab6d246bd92cded5 07b1deca1bd7a26d28be1e983f293d73ac7ad4b0
fixed redirecting issues with navigation between userProfile and userMatch pages 67833a324d0428f0238934693a47a9aa7c92f052
successfully goes to profile page from looking for page with the userid in the path took out the textbox in looking for page so the page uses the id from the path to input the information into the database 5fe1c1e9bacacdfa46ffcd488eabedea669338a8
need to have a group discussion on what our next steps are and who is going to be working on what aspects of the project such as messaging, improving the pairing algorithm, and security this will be done on Monday
made it look nicer got printing out matches 88576a8d6e9fb375f41933e14957f6948e248cd2
created a model and controller class for messages 80c1f83465a63d1f556143fa73c0689ef82c64c9
added location to looking for 08810e198ce36ec1758c9191491a7c8db5ce9357
successfully pulls matches based off a users looking for location 6c88ee358101752bcac286c257a84419d26eae05
matches people now based off seriousness about what they are looking for and if the seriousness weight is 7 or above it searches based off the desired relationship type 3171cd994fe79a030e2db1c94ca26dc1926e636a
added a view so the user can view their matches profiles 007f97eefd94e01d53804f511bf6f2376948b2cf
added new methods that will get the ID of the user that is logged in that is viewing the matches profile so that we can navigate back to the match page b823e63a57df3e637b21ad34e1551bd42ad4300e
we can now successfully click on a button to view our matches profile cbb73b5bbd70765b310329c73bc351cf01e42929
created messaging pages to implement messaging functionality c7a53f1c18bace156ac7807ce6f4b593a681e66a
user's can now view their messages from other matches or friends dac2a3709a9e9cc815ef2e88eb131b8a4b69aba8
added the feature to allow matches to send messages among each other
efcbf199f96880e09e0fdcb18613a7caf0468b90
added some junit tests 517f6c75aa67b0ed2f88aad988559e686477c87e
fixing code structure to move SQL out of MatchServlet 9e48710b158c0963a82538f27ede8b3c50086964
fixing code structure to move SQL out of MessageServlet 152b9a78f4562eeeec42c46fd1bef2a5b8479715
fixing code structure to move SQL out of MatchProfileViewServlet dc24b290dab8332d3be61c3d890ef506bc3ce0cb
added feature to allow user's to replay to their messages e4ff407cf1581cbddb40cbbfbe80e04013a9f12f
next week want to work on having the messages display an outbox and an inbox and implement the ablility for a user to update the information about what they are looking for in a match
we need to discuss who will be doing what features going forth
added the ability for the user to view the messages that they have sent to other users 7b2ef752ac8a8a82f3e8c9d741fd04c10deb3b44
allow a user to navigate from the message page to the match page without going back to the profile first 59776830fe975af6a9abac43ddfc28a4ce168313
made function to get values of gender so that it is not hard coded e288903998af7c8004f639e3cd029cbc1ac43dd2
made function to get values of location so that it is not hard coded e3f10e52b2b71a4b82a10a357c5a032a7a858285
looking for is now not hard coded 2b461355bf86fa87c3d33fc218e752704477a40a
religion is now not hard coded cdb47ec548ef7243efd9ab0eaa6e4d24b3c60264
weight for religion and seriousness are not hardcoded ea485b1b75e3fc0550bbe357e08d6214b3f21621
add some styling stuff a8455682e140476ccf2944b5b4229b10b20acecb
new classes that will help allow user to update the information about what they are looking for in a match 06ecf881ac7c0bcb0fb5535b38c8f6328694f190
added new fields so we can change the matching algorithm 123e843c0d7bbe6cf4d082d31f484bda8d7ea715
user can now input new information that will help with the matching algorithm 010dd8b34c4be98357f51cd2b09d12bb3902e34e
new matching now searches based off age gender, religion, seriousness, state, children, married, pets, race, and income fc632bebe9c191e84c887c62752bb5c398f6faf3
user's are now allowed to edit the information about what they are looking for in a match 14ec0e8edfe0cad5dcc9fc25f20e395ca8cccb63
Week of 10/08/2013