Comment and Reply Module(Twitter Functionality)

0
Hey Mendix Community, I am working on a project that requires functionality similar to Twitter, where one user(USER 1) can Tweet(Comment) and the second user(USER2) can reply(Re-tweet) for the comment added by the first user. can we implement this in mendix. I have tried an approach by Creating 2 Entitites, say Entity1(to add initial comment) and Entity2(to reply to the added comment) by assocaiting both entities and by self associating second entity. Not Sure, what properties should we use to implement this. Any Suggestions and Ideas. Kindly HELP!!!   Thanks, Karthik SM
asked
1 answers
2

Hi Karthik,

Check out https://www.appronto.nl/over-appronto-en/blog-en/customers-love-inline-commenting-in-their-app?lang=en

 

maybe it helps you in the good direction

answered