aadeshkulkarni / figuringout

Blogging + Social Media + AI | Opensource | Javascript | ReactJS | HonoJS | Prisma
https://figuringout.life
MIT License
93 stars 92 forks source link

Enhancement | Implement Comments for Blogs [Frontend] #162

Open aadeshkulkarni opened 3 months ago

aadeshkulkarni commented 3 months ago

Scenario 1:

Where ?

What ?


Scenario 2:

What ?


Additional information

Backend routes for comments:

{
    message: string
    postId: string
    parentId: string [optional]
}

Pointers:

ganeshdanuri commented 3 months ago

any UI screens that i can refer

aadeshkulkarni commented 3 months ago

Yes, here is a reference:

Medium's comments section

Screenshot 2024-06-15 at 11 34 50 AM

Also publish to my profile to be excluded.

shubbhhh commented 2 months ago

I would like to work on this

aadeshkulkarni commented 2 months ago

@shubbhhh - Can you estimate the time it will take to build this ?

shubbhhh commented 2 months ago

I can implement get allComments, post(level 1), edit and delete in 1 day and another 2 days for level 2 comments and like comments.