Saturday, September 1, 2018

Building a Dating Site With Neo4j: Part 11

Up to this point, our users can send and receive messages, but we don't have a way to show them all of their conversations, only one conversation at a time and they have to guess who messaged them before they can see those, which is not very useful. What we need is a directory of all the conversations our user is part of. Let's go ahead and add this feature to tie things together.

In our Conversations class, we will add a new method "getConversations":



from DZone.com Feed https://ift.tt/2NHdqyo

No comments:

Post a Comment