bounswe/bounswe2018group1

Comment functionality is needed

Closed this issue · 2 comments

Commenting should preferably be per memory basis. In other words, a user should only be able to comment to a memory but not to another comment or to a memory item etc.

Here is some suggestion as to how a comment list might look like:

[ { "userFirstName" : "string", "userLastName" : "string", "dateOfCreation": "string", "text" : "string", "userProfilePicUrl" : "", "userId" : 0, "Id" : 0 } ]

Comment is now functional under feature/comment branch. It will be merged to develop/backend after peer review.